aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-08 17:39:01 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-11-08 17:39:01 +0000
commite62a128fd7216b252ed1ddac6df68586aaa5a624 (patch)
tree3c10c3a790b2ed0554d54980f8d3f12f845fdab2 /asn1
parentfcbd3d58bf731c36f46adc5d485f1c898fda2221 (diff)
Get rid of set-but-not-used warnings.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39761 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/s1ap/s1ap.cnf9
1 files changed, 0 insertions, 9 deletions
diff --git a/asn1/s1ap/s1ap.cnf b/asn1/s1ap/s1ap.cnf
index 9bc9e4a748..18c0731a02 100644
--- a/asn1/s1ap/s1ap.cnf
+++ b/asn1/s1ap/s1ap.cnf
@@ -301,11 +301,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
# rules which are specified for the target radio system. In section 8.4.1.2,
# it is described how the container shall be encoded with respect to the scenario
# in which it is used.
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToTargetTransparentContainer);
@@ -356,11 +354,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
# I think the message is "directly encoded" into the octest string(no "double encoding")
# See Target-ToSource-TransparentContainer in RANAP
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToSourceTransparentContainer);
@@ -444,11 +440,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
# Target eNB to Source eNB Transparent Container is present in
# HandoverCommand and HandoverRequestAcknowledge.
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
@@ -472,12 +466,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
#.FN_BODY UERadioCapability VAL_PTR = &parameter_tvb
-
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;