aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-HI2Operations.c
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 /epan/dissectors/packet-HI2Operations.c
parent6a4c131442fcc7cab94b014f174e0b2268da841e (diff)
Try to get rid of unused code warnings.
svn path=/trunk/; revision=32062
Diffstat (limited to 'epan/dissectors/packet-HI2Operations.c')
-rw-r--r--epan/dissectors/packet-HI2Operations.c19
1 files changed, 0 insertions, 19 deletions
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_) {