aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-07-25 14:54:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-07-25 14:54:12 +0000
commit72c2f913e53c513add173de1de6a36079e1bcfc9 (patch)
treecbbb0414722d44adf31c2ae1a77e79e4cd7ddd28 /epan/dissectors/packet-dcm.c
parent6dd20d987d6abdbf2e470b9da6d071721c57a2d3 (diff)
Try to fix some of the warnings.
svn path=/trunk/; revision=25827
Diffstat (limited to 'epan/dissectors/packet-dcm.c')
-rw-r--r--epan/dissectors/packet-dcm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcm.c b/epan/dissectors/packet-dcm.c
index d83a8c2895..39dc471f04 100644
--- a/epan/dissectors/packet-dcm.c
+++ b/epan/dissectors/packet-dcm.c
@@ -2028,8 +2028,6 @@ dissect_dcm_pdv(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
guint32 tlen = 0;
guint32 nlen = 0; /* Length of next sub item */
- guint32 tag_rlen = 0;
-
guchar *tag_value=NULL; /* used for commands only so far */
guint8 syntax;