aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mesh.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-05-03 13:36:29 +0000
committerBill Meier <wmeier@newsguy.com>2009-05-03 13:36:29 +0000
commit7e78d6661a571e49cc0a7c07868b8c848686b826 (patch)
tree8491fe45a6d60ef7f1600c22000fce0445bf2301 /epan/dissectors/packet-mesh.c
parent6d0211be521bef09e92626a854da126b74facb1c (diff)
packet-mesh: remove forward declaration to non-existent reg_handoff
svn path=/trunk/; revision=28258
Diffstat (limited to 'epan/dissectors/packet-mesh.c')
-rw-r--r--epan/dissectors/packet-mesh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mesh.c b/epan/dissectors/packet-mesh.c
index d88ca84771..6e601a839e 100644
--- a/epan/dissectors/packet-mesh.c
+++ b/epan/dissectors/packet-mesh.c
@@ -36,9 +36,6 @@
#include <epan/packet.h>
-/* Forward declaration we need below */
-void proto_reg_handoff_mesh(void);
-
/* Initialize the protocol and registered fields */
static int proto_mesh = -1;
static int hf_mesh_ttl = -1;