aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-its.c
diff options
context:
space:
mode:
authorTomas Kukosa <kukosa@herman.cz>2021-05-07 13:41:23 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-05-08 06:57:44 +0000
commit9a31ed93c096cffb84de9d5a5332174fd6269e1a (patch)
treea087d4ea310c33f20a71a133ac1902dd3ac2a29d /epan/dissectors/packet-its.c
parentf04c6d3b185d9ec3967bb7fee8aa6eb8102f6279 (diff)
ITS: fix unused LongitudinalAccelerationValue_vals
Diffstat (limited to 'epan/dissectors/packet-its.c')
-rw-r--r--epan/dissectors/packet-its.c14
1 files changed, 0 insertions, 14 deletions
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_) {