aboutsummaryrefslogtreecommitdiffstats
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
parent6e0dc4349ff3232aadb11da12a06443947cb7a74 (diff)
Fix a warning.
svn path=/trunk/; revision=25773
-rw-r--r--asn1/dap/dap.cnf4
-rw-r--r--epan/dissectors/packet-dap.c9
2 files changed, 4 insertions, 9 deletions
diff --git a/asn1/dap/dap.cnf b/asn1/dap/dap.cnf
index d0e59a7dad..9ce0414e15 100644
--- a/asn1/dap/dap.cnf
+++ b/asn1/dap/dap.cnf
@@ -7,6 +7,10 @@
#.IMPORT ../ros/ros-exp.cnf
#.IMPORT ../acse/acse-exp.cnf
+#.OMIT_ASSIGNMENT
+DAP-InvokeIDSet
+#.END
+
#.MODULE_IMPORT
ServiceAdministration x509if
AttributeCertificateDefinitions x509af
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_) {