diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-09-12 19:53:29 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-09-12 19:53:29 +0200 |
commit | 250828fe5d80d627d3a5d7704ddbf354860279d3 (patch) | |
tree | 8a0d68fd1f674d3e340f8e76647c0ab1c5853ef6 | |
parent | 8343e733f287e00bf58914838e5befe40ebb95fb (diff) |
xml.h: remove #if 0 block
-rw-r--r-- | xml.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |