summaryrefslogtreecommitdiff
path: root/xml.h
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-09-12 19:53:29 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-09-12 19:53:29 +0200
commit250828fe5d80d627d3a5d7704ddbf354860279d3 (patch)
tree8a0d68fd1f674d3e340f8e76647c0ab1c5853ef6 /xml.h
parent8343e733f287e00bf58914838e5befe40ebb95fb (diff)
xml.h: remove #if 0 block
Diffstat (limited to 'xml.h')
-rw-r--r--xml.h4
1 files changed, 0 insertions, 4 deletions
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 */