aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rtps.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-18 19:52:06 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-18 19:52:06 +0000
commite71a28a38a5ea29a04ac9933b32544d92f43adcb (patch)
tree5fb15471f9b675d3ced56802e26c9eed01d67499 /packet-rtps.c
parentd33740ce238664a36849d990ce260c9537b2769d (diff)
Get rid of an unused variable.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10637 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rtps.c')
-rw-r--r--packet-rtps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-rtps.c b/packet-rtps.c
index 84c9c8c45d..7736dba4c5 100644
--- a/packet-rtps.c
+++ b/packet-rtps.c
@@ -12,7 +12,7 @@
* version: 2004/04/15 9:40:45
* dedication to Kj :]
*
- * $Id: packet-rtps.c,v 1.4 2004/04/18 18:55:13 guy Exp $
+ * $Id: packet-rtps.c,v 1.5 2004/04/18 19:52:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -700,7 +700,6 @@ get_bitmap(tvbuff_t *tvb, gint *p_offset, gboolean little_endian,
proto_tree *rtps_bitmap_tree;
gint i = 0;
gint offset = *p_offset;
- guint32 bitmap = 0x0;
SequenceNumber sequenceNumber;
/* making subtree for the bitmap */