aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btrfcomm.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-01 00:09:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-01 00:09:32 +0000
commit7b8b5b4c122d63467109be5632732ebaed5e7495 (patch)
tree8ed81e1c7520a88c93e1b524d67c5a12e0cca541 /epan/dissectors/packet-btrfcomm.c
parent2a65f743200827c6f1812574c54f1fd7bfb5dca5 (diff)
Get rid of an unused variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18625 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-btrfcomm.c')
-rw-r--r--epan/dissectors/packet-btrfcomm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btrfcomm.c b/epan/dissectors/packet-btrfcomm.c
index 8448d51c45..b458e87c9d 100644
--- a/epan/dissectors/packet-btrfcomm.c
+++ b/epan/dissectors/packet-btrfcomm.c
@@ -679,7 +679,6 @@ dissect_btrfcomm(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree *rfcomm_tree;
proto_tree *ctrl_tree;
int offset=0;
- int start_offset;
int fcs_offset;
guint8 dlci, cr_flag, ea_flag;
guint8 frame_type, pf_flag;