From b67a10c9ea16da59959c2cd7acbefb188891cca0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 10 Apr 2018 10:42:24 -0700 Subject: [PATCH] "#if 0" out some currently-unused value_strings. Change-Id: I1535b8ec430bbf119c6cc58464da820603454265 Reviewed-on: https://code.wireshark.org/review/26862 Reviewed-by: Guy Harris --- epan/dissectors/packet-pdcp-nr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epan/dissectors/packet-pdcp-nr.c b/epan/dissectors/packet-pdcp-nr.c index 07b30f8444..b61d8dfcad 100644 --- a/epan/dissectors/packet-pdcp-nr.c +++ b/epan/dissectors/packet-pdcp-nr.c @@ -161,6 +161,7 @@ static const value_string control_pdu_type_vals[] = { { 0, NULL } }; +#if 0 static const value_string integrity_algorithm_vals[] = { { 0, "NIA0" }, { 1, "NIA1" }, @@ -176,6 +177,7 @@ static const value_string ciphering_algorithm_vals[] = { { 3, "NEA3" }, { 0, NULL } }; +#endif static dissector_handle_t ip_handle; -- 2.34.1