summaryrefslogtreecommitdiff
path: root/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/xml.c b/xml.c
index 8c54048..518f9d3 100644
--- a/xml.c
+++ b/xml.c
@@ -21,12 +21,6 @@ struct xml_context_string {
};
static int
-xml_getnext_stdin(XMLParser *x)
-{
- return getchar();
-}
-
-static int
xml_getnext_string(XMLParser *x)
{
struct xml_context_string *d = (struct xml_context_string *)x->getnext_data;