aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_preparse.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-02-19 00:46:01 +0000
committerGuy Harris <guy@alum.mit.edu>2007-02-19 00:46:01 +0000
commitdf08840bbe35fbbf9d982d05e4672eb3b452cc45 (patch)
treeec48121a002fdc1e2976b483cac2b9dcd629a2d4 /epan/dtd_preparse.l
parent371179340e55e4ae640e84af5a905ce5136f1c90 (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=20841
Diffstat (limited to 'epan/dtd_preparse.l')
-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);