summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */