summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-q931.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-27 19:35:23 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-27 19:35:23 +0000
commitf7030c6940e6db43a111dd5a3513ccf7165de85a (patch)
tree7f4d08745880ee8da32aeed194c6602b3316f76c /epan/dissectors/packet-q931.c
parenta039953b6ef64782d69670926ffd5ea6c6224c14 (diff)
downloadwireshark-f7030c6940e6db43a111dd5a3513ccf7165de85a.tar.gz
Get rid of unused variable.
svn path=/trunk/; revision=45179
Diffstat (limited to 'epan/dissectors/packet-q931.c')
-rw-r--r--epan/dissectors/packet-q931.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-q931.c b/epan/dissectors/packet-q931.c
index b65c9de349..2b4c41c4ef 100644
--- a/epan/dissectors/packet-q931.c
+++ b/epan/dissectors/packet-q931.c
@@ -1439,11 +1439,8 @@ static const value_string q931_new_status_vals[] = {
static void
dissect_q931_change_status_ie(tvbuff_t *tvb, int offset, int len _U_, proto_tree *tree)
{
- guint8 octet;
-
if (len == 0)
return;
- octet = tvb_get_guint8(tvb, offset);
proto_tree_add_item(tree, hf_q931_extension_ind, tvb, offset, 1, ENC_BIG_ENDIAN);
proto_tree_add_item(tree, hf_q931_extension_ind_preference, tvb, offset, 1, ENC_BIG_ENDIAN);