aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-07-01 00:10:03 +0000
committerGuy Harris <guy@alum.mit.edu>2006-07-01 00:10:03 +0000
commita3099ba15ce0e135cf26567180d2fba4a39dc087 (patch)
treef47fb8c819e6cb62cf55abe0337802a3d9661cc4
parent211c2dcd24407026a30705947fe5fc9087b115df (diff)
Get rid of an unused variable.
svn path=/trunk/; revision=18626
-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 1473a5f861..293b452141 100644
--- a/epan/dissectors/packet-ber.c
+++ b/epan/dissectors/packet-ber.c
@@ -501,7 +501,6 @@ get_ber_length(proto_tree *tree, tvbuff_t *tvb, int offset, guint32 *length, gbo
guint32 tmp_len;
guint32 tmp_length;
gboolean tmp_ind;
- int old_offset=offset;
int tmp_offset,s_offset;
gint8 tclass;
gboolean tpc;