aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_parse.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-04-29 16:24:22 +0000
committerGuy Harris <guy@alum.mit.edu>2008-04-29 16:24:22 +0000
commita6815b10709401ba7a3dcf35a534a5f9a6eb3123 (patch)
tree4916126c5cd6a4a1f260c18e227c2bde3abe4eb7 /epan/dtd_parse.l
parent1c67ad6e2ee0103ba1d75f1267827a1256b266f9 (diff)
All versions of GLib 2.x come with g_ascii_strcasecmp(), and we require
GLib 2.x; we don't have to check for its presence and supply a replacement if it's missing. Get rid of an unremoved reference in epan/dtd_parse.l. svn path=/trunk/; revision=25197
Diffstat (limited to 'epan/dtd_parse.l')
-rw-r--r--epan/dtd_parse.l4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dtd_parse.l b/epan/dtd_parse.l
index f097148809..4556a05858 100644
--- a/epan/dtd_parse.l
+++ b/epan/dtd_parse.l
@@ -53,10 +53,6 @@
#include "dtd_parse.h"
#include "dtd_parse_lex.h"
-#ifdef NEED_G_ASCII_STRCASECMP_H
-#include "g_ascii_strcasecmp.h"
-#endif
-
struct _proto_xmlpi_attr {
gchar* name;
void (*act)(gchar*);