From fb6356e3aa7696183f6cbcb99e521ab74260124a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 3 Jan 2017 22:10:33 -0800 Subject: Revert "More sourcepos! (#169)" This reverts commit 9e643720ec903f3b448bd2589a0c02c2514805ae. --- src/parser.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index b28a8a7..0c5033b 100644 --- a/src/parser.h +++ b/src/parser.h @@ -5,7 +5,6 @@ #include "node.h" #include "buffer.h" #include "memory.h" -#include "source_map.h" #ifdef __cplusplus extern "C" { @@ -28,12 +27,9 @@ struct cmark_parser { bool partially_consumed_tab; cmark_strbuf curline; bufsize_t last_line_length; - bufsize_t line_offset; cmark_strbuf linebuf; int options; bool last_buffer_ended_with_cr; - cmark_source_map *source_map; - cmark_source_extent *last_paragraph_extent; }; #ifdef __cplusplus -- cgit v1.2.3