summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parser.h b/src/parser.h
index 7b4fdbc..b28a8a7 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -2,7 +2,6 @@
#define CMARK_AST_H
#include <stdio.h>
-#include "cmark.h"
#include "node.h"
#include "buffer.h"
#include "memory.h"
@@ -19,8 +18,6 @@ struct cmark_parser {
struct cmark_reference_map *refmap;
struct cmark_node *root;
struct cmark_node *current;
- cmark_err_type error_code;
- bufsize_t total_bytes;
int line_number;
bufsize_t offset;
bufsize_t column;