aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ber.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-07-26 14:31:38 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-07-26 14:31:38 +0000
commitb10461159061be411e73d25660dc675e93fb2036 (patch)
treecca6d437ac94eb9468caac391bcfe6a4fac709f3 /epan/dissectors/packet-ber.c
parent82ea2908f1a6225633875f9fd2c855be5c3b4af1 (diff)
remove unused variable
svn path=/trunk/; revision=22407
Diffstat (limited to 'epan/dissectors/packet-ber.c')
-rw-r--r--epan/dissectors/packet-ber.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ber.c b/epan/dissectors/packet-ber.c
index e8fd3c3567..50b4064191 100644
--- a/epan/dissectors/packet-ber.c
+++ b/epan/dissectors/packet-ber.c
@@ -3052,7 +3052,6 @@ int dissect_ber_object_identifier(gboolean implicit_tag, asn1_ctx_t *actx, proto
int eoffset;
int hoffset;
char *str;
- proto_item *item = NULL;
proto_item *cause;
header_field_info *hfi;
const gchar *name;