aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-07-20 21:59:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-07-20 21:59:06 +0000
commitcbc3b42cec9ca17294709aad605f9894bfe8c97d (patch)
tree13a6991bb4052c2eb4e895240ac81080747727d8 /epan/dissectors/packet-dap.c
parent6e0dc4349ff3232aadb11da12a06443947cb7a74 (diff)
Fix a warning.
svn path=/trunk/; revision=25773
Diffstat (limited to 'epan/dissectors/packet-dap.c')
-rw-r--r--epan/dissectors/packet-dap.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/packet-dap.c b/epan/dissectors/packet-dap.c
index ddf494c2a0..1d50028cfb 100644
--- a/epan/dissectors/packet-dap.c
+++ b/epan/dissectors/packet-dap.c
@@ -4547,15 +4547,6 @@ dissect_dap_UpdateError(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset
return offset;
}
-
-
-static int
-dissect_dap_DAP_InvokeIDSet(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
- offset = dissect_ros_InvokeId(implicit_tag, tvb, offset, actx, tree, hf_index);
-
- return offset;
-}
-
/*--- PDUs ---*/
static int dissect_DirectoryBindArgument_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {