commit d9e82ec925405b65c6c1b1a166b4215afa31add8
parent 582131202a479c1e678cffa11318022258be445c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 14 Aug 2015 13:51:20 +0200
xml: whoops, remove leftover xml_getnext_stdin
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git 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;