summaryrefslogtreecommitdiffstats
path: root/libmdocml.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmdocml.h')
-rw-r--r--libmdocml.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmdocml.h b/libmdocml.h
index 139fb4b1..5d7e9727 100644
--- a/libmdocml.h
+++ b/libmdocml.h
@@ -42,8 +42,6 @@ enum md_type {
struct md_args {
union md_params params;/* Parameters for parser. */
enum md_type type; /* Type of parser. */
- int dbg; /* Debug level. */
-#define MD_DBG_TREE 1
};
struct md_buf {