aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-homeplug.c
diff options
context:
space:
mode:
authorstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-12 22:39:16 +0000
committerstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-12 22:39:16 +0000
commit9c5d6f467d139283ffb1b313c6d725b5f43dd19d (patch)
tree8468b8a7d90bd7d4bca442223914b85cce2b934d /epan/dissectors/packet-homeplug.c
parent4bc8eb5842dc8c10b4d3220b5e93beabdbe5a307 (diff)
get rid of unused variable
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21394 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-homeplug.c')
-rw-r--r--epan/dissectors/packet-homeplug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-homeplug.c b/epan/dissectors/packet-homeplug.c
index 86667c4cd8..ebbcf5aece 100644
--- a/epan/dissectors/packet-homeplug.c
+++ b/epan/dissectors/packet-homeplug.c
@@ -141,7 +141,6 @@ static int hf_homeplug_mme = -1;
static gint ett_homeplug = -1;
static gint ett_homeplug_mctrl = -1;
static gint ett_homeplug_mehdr = -1;
-static gint ett_homeplug_mme = -1;
static gint ett_homeplug_rce = -1;
static gint ett_homeplug_cer = -1;
static gint ett_homeplug_rps = -1;