aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-03-17 23:14:24 -0700
committerGuy Harris <guy@alum.mit.edu>2019-03-18 07:02:50 +0000
commitb5eb0c680dabee8419edcaed667a31ddf4d205e0 (patch)
tree1bde8c08d9b37d0af32e3b64211de431b99cc308 /plugins/epan
parentcd58292160a2545e6a33d4e2c5db20151afa732b (diff)
Get rid of extra declaration.
Change-Id: Ia08374136ee3a9770cd7bba2d6bf433590061337 Reviewed-on: https://code.wireshark.org/review/32468 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins/epan')
-rw-r--r--plugins/epan/profinet/packet-dcerpc-pn-io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/epan/profinet/packet-dcerpc-pn-io.c b/plugins/epan/profinet/packet-dcerpc-pn-io.c
index fe7bcc581b..3437cbba6e 100644
--- a/plugins/epan/profinet/packet-dcerpc-pn-io.c
+++ b/plugins/epan/profinet/packet-dcerpc-pn-io.c
@@ -2598,9 +2598,6 @@ static int dissect_block(tvbuff_t *tvb, int offset,
static int dissect_a_block(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree, guint8 *drep);
-int dissect_blocks(tvbuff_t *tvb, int offset,
- packet_info *pinfo, proto_tree *tree, guint8 *drep);
-
static int dissect_PNIO_IOxS(tvbuff_t *tvb, int offset,
packet_info *pinfo, proto_tree *tree, guint8 *drep, int hfindex);