aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dtd_preparse.l2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dtd_preparse.l b/epan/dtd_preparse.l
index a84c5ecd4c..e952ac4f15 100644
--- a/epan/dtd_preparse.l
+++ b/epan/dtd_preparse.l
@@ -56,8 +56,6 @@ static const gchar* dtd_dirname;
static const gchar* filename;
static guint linenum;
-static GString* textstr;
-
static gchar* replace_entity(gchar* s);
static const gchar* location(void);