commit 250828fe5d80d627d3a5d7704ddbf354860279d3
parent 8343e733f287e00bf58914838e5befe40ebb95fb
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 12 Sep 2019 19:53:29 +0200
xml.h: remove #if 0 block
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/xml.h b/xml.h
@@ -30,10 +30,6 @@ typedef struct xmlparser {
/* GETNEXT overridden for sfeed to reduce function call overhead and
further context optimizations. */
#define GETNEXT getchar
-#if 0
- #define GETNEXT (x)->getnext
- int (*getnext)(void);
-#endif
#endif
/* current tag */