Try to get rid of unused code warnings.

svn path=/trunk/; revision=32062
This commit is contained in:
Anders Broman 2010-03-01 09:33:47 +00:00
parent 6a4c131442
commit 2f89e6c62b
2 changed files with 1 additions and 19 deletions

View File

@ -28,6 +28,7 @@ LIACTIVATEconf
LIMODIFYreq
LIMODIFYconf
LISTATUSind
StatusType
#.TYPE_RENAME

View File

@ -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_) {