summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-artnet.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-28 17:55:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-28 17:55:47 +0000
commitb74438e41d23c9232535c44d2ac9337f5d4760c2 (patch)
treee1db7ec8ec676140f3d5aeee450f9ada8bd5a67e /epan/dissectors/packet-artnet.c
parent4312a9dd613dc39e06991a93a676e3a6e4d72149 (diff)
downloadwireshark-b74438e41d23c9232535c44d2ac9337f5d4760c2.tar.gz
Set but not used variable
svn path=/trunk/; revision=42885
Diffstat (limited to 'epan/dissectors/packet-artnet.c')
-rw-r--r--epan/dissectors/packet-artnet.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-artnet.c b/epan/dissectors/packet-artnet.c
index 95d72654f7..bbeb05d344 100644
--- a/epan/dissectors/packet-artnet.c
+++ b/epan/dissectors/packet-artnet.c
@@ -1394,7 +1394,6 @@ static guint
dissect_artnet_rdm_sub(tvbuff_t *tvb, guint offset, proto_tree *tree, packet_info *pinfo _U_)
{
guint8 cc;
- guint16 sc;
gint size;
proto_tree_add_item(tree, hf_artnet_rdm_rdmver, tvb,
@@ -1426,7 +1425,6 @@ dissect_artnet_rdm_sub(tvbuff_t *tvb, guint offset, proto_tree *tree, packet_in
offset, 2, ENC_BIG_ENDIAN);
offset += 2;
- sc = tvb_get_ntohs(tvb, offset);
proto_tree_add_item(tree, hf_artnet_rdm_sub_sub_count, tvb,
offset, 2, ENC_BIG_ENDIAN);
offset += 2;