summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-22 16:13:32 +0000
commita3a15ff90b3aca7f94e853ddcaeb1f373368a29c (patch)
treecbe3ba7f680eaa1e8e0cc0f1ba73a20eeeb1e33c /epan/dissectors/packet-asterix.c
parent5b9ec08eaea79d10311bbea8026d491719d6f27c (diff)
downloadwireshark-a3a15ff90b3aca7f94e853ddcaeb1f373368a29c.tar.gz
Remove instances of unused 'data_handle' (and of one other handle).
svn path=/trunk/; revision=52767
Diffstat (limited to 'epan/dissectors/packet-asterix.c')
-rw-r--r--epan/dissectors/packet-asterix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index ebff4e1d6d..5f141b72b2 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -1552,8 +1552,6 @@ static gint ett_065_SP = -1;
static dissector_handle_t asterix_handle;
-static dissector_handle_t data_handle = NULL;
-
#define FIXED 0x01
#define REPETITIVE 0x02
#define FX 0x04
@@ -6457,7 +6455,6 @@ void proto_register_asterix (void)
void proto_reg_handoff_asterix (void)
{
- data_handle = find_dissector ("data");
dissector_add_uint ("udp.port", ASTERIX_PORT, asterix_handle);
}