summaryrefslogtreecommitdiff
path: root/xml.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-14 13:51:20 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-14 13:51:20 +0200
commitd9e82ec925405b65c6c1b1a166b4215afa31add8 (patch)
tree10cb2a6b66c9a8c0b7dbbfbf65d7f7a97450c100 /xml.c
parent582131202a479c1e678cffa11318022258be445c (diff)
xml: whoops, remove leftover xml_getnext_stdin
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;