aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-01 09:33:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-01 09:33:47 +0000
commit2f89e6c62b2f9c99465631903ebfaeb54170fd92 (patch)
treeabf5666cb87b5597fe62e75837c06b00ce42ffba
parent6a4c131442fcc7cab94b014f174e0b2268da841e (diff)
Try to get rid of unused code warnings.
svn path=/trunk/; revision=32062
-rw-r--r--asn1/HI2Operations/HI2Operations.cnf1
-rw-r--r--epan/dissectors/packet-HI2Operations.c19
2 files changed, 1 insertions, 19 deletions
diff --git a/asn1/HI2Operations/HI2Operations.cnf b/asn1/HI2Operations/HI2Operations.cnf
index 35a2ccf433..b2c8dbc7fd 100644
--- a/asn1/HI2Operations/HI2Operations.cnf
+++ b/asn1/HI2Operations/HI2Operations.cnf
@@ -28,6 +28,7 @@ LIACTIVATEconf
LIMODIFYreq
LIMODIFYconf
LISTATUSind
+StatusType
#.TYPE_RENAME
diff --git a/epan/dissectors/packet-HI2Operations.c b/epan/dissectors/packet-HI2Operations.c
index 85978010f9..04c0a93cff 100644
--- a/epan/dissectors/packet-HI2Operations.c
+++ b/epan/dissectors/packet-HI2Operations.c
@@ -3760,25 +3760,6 @@ dissect_HI2Operations_IRIsContent(gboolean implicit_tag _U_, tvbuff_t *tvb _U_,
return offset;
}
-
-static const value_string HI2Operations_StatusType_vals[] = {
- { 0, "networkFullyAvailable" },
- { 1, "networkErrorsAffectingIntercept" },
- { 2, "reconfigurationInProgress" },
- { 3, "sessionExpired" },
- { 4, "gatewayServicesUnavailable" },
- { 0, NULL }
-};
-
-
-static int
-dissect_HI2Operations_StatusType(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_ber_integer(implicit_tag, actx, tree, tvb, offset, hf_index,
- NULL);
-
- return offset;
-}
-
/*--- PDUs ---*/
static void dissect_IRIsContent_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {