From 9a31ed93c096cffb84de9d5a5332174fd6269e1a Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Fri, 7 May 2021 13:41:23 +0200 Subject: ITS: fix unused LongitudinalAccelerationValue_vals --- epan/dissectors/packet-its.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'epan/dissectors/packet-its.c') diff --git a/epan/dissectors/packet-its.c b/epan/dissectors/packet-its.c index 4aaefa9232..0e7ac75746 100644 --- a/epan/dissectors/packet-its.c +++ b/epan/dissectors/packet-its.c @@ -3565,13 +3565,6 @@ dissect_its_EmbarkationStatus(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *act } -static const value_string its_LongitudinalAccelerationValue_vals[] = { - { 1, "pointOneMeterPerSecSquaredForward" }, - { -1, "pointOneMeterPerSecSquaredBackward" }, - { 161, "unavailable" }, - { 0, NULL } -}; - static int dissect_its_LongitudinalAccelerationValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { @@ -5370,13 +5363,6 @@ dissect_itsv1_EmbarkationStatus(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *a } -static const value_string itsv1_LongitudinalAccelerationValue_vals[] = { - { 1, "pointOneMeterPerSecSquaredForward" }, - { -1, "pointOneMeterPerSecSquaredBackward" }, - { 161, "unavailable" }, - { 0, NULL } -}; - static int dissect_itsv1_LongitudinalAccelerationValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { -- cgit v1.2.3