From 250828fe5d80d627d3a5d7704ddbf354860279d3 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Thu, 12 Sep 2019 19:53:29 +0200 Subject: xml.h: remove #if 0 block --- xml.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xml.h') diff --git a/xml.h b/xml.h index 5334758..990d66d 100644 --- 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 */ -- cgit v1.2.3