aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-08-08 00:20:19 -0700
committerGuy Harris <guy@alum.mit.edu>2014-08-08 07:20:47 +0000
commit6495ab45426b4deedb46d2ff349082d4cb65bccf (patch)
treef322f2607d0bc9b936542018c6e7f21774db7995 /epan/dissectors/packet-fr.c
parent74312299f250835960df651c794e15b85a1db625 (diff)
Get rid of no-longer-used variable.
Change-Id: I64d1177b9a424ede9d1f687843e38bd37723c137 Reviewed-on: https://code.wireshark.org/review/3494 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-fr.c')
-rw-r--r--epan/dissectors/packet-fr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fr.c b/epan/dissectors/packet-fr.c
index 1f47356441..b43220f55e 100644
--- a/epan/dissectors/packet-fr.c
+++ b/epan/dissectors/packet-fr.c
@@ -407,7 +407,6 @@ dissect_fr_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
int offset = 0;
proto_item *ti = NULL;
proto_tree *fr_tree = NULL;
- proto_item *octet_item = NULL;
proto_tree *octet_tree = NULL;
guint8 fr_octet;
int is_response = FALSE;