aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sv
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-01-10 12:42:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-01-10 12:42:07 +0000
commit614441f9e585f81e9090274cf089a4e991f1ad6e (patch)
treee6e8e968dc56511529bf9fea014e6182dc1ac761 /asn1/sv
parent84a8c1d83a3d3b550e7feb030d8d113da317ac5e (diff)
#if 0 out unused code
svn path=/trunk/; revision=47017
Diffstat (limited to 'asn1/sv')
-rw-r--r--asn1/sv/packet-sv-template.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/asn1/sv/packet-sv-template.c b/asn1/sv/packet-sv-template.c
index b0e5ccec9b..e1de209f29 100644
--- a/asn1/sv/packet-sv-template.c
+++ b/asn1/sv/packet-sv-template.c
@@ -82,6 +82,7 @@ static int hf_sv_appid = -1;
static int hf_sv_length = -1;
static int hf_sv_reserve1 = -1;
static int hf_sv_reserve2 = -1;
+#if 0
static int hf_sv_phmeas_instmag_i = -1;
static int hf_sv_phsmeas_q = -1;
static int hf_sv_phsmeas_q_validity = -1;
@@ -97,7 +98,7 @@ static int hf_sv_phsmeas_q_source = -1;
static int hf_sv_phsmeas_q_test = -1;
static int hf_sv_phsmeas_q_operatorblocked = -1;
static int hf_sv_phsmeas_q_derived = -1;
-
+#endif
#include "packet-sv-hf.c"
/* Initialize the subtree pointers */
@@ -107,6 +108,7 @@ static int ett_phsmeas_q = -1;
#include "packet-sv-ett.c"
+#if 0
static const value_string sv_q_validity_vals[] = {
{ 0, "good" },
{ 1, "invalid" },
@@ -184,6 +186,7 @@ dissect_PhsMeas1(gboolean implicit_tag, packet_info *pinfo, proto_tree *tree, tv
return offset;
}
+#endif
#include "packet-sv-fn.c"
/*
@@ -254,7 +257,7 @@ void proto_register_sv(void) {
{ &hf_sv_reserve2,
{ "Reserved 2", "sv.reserve2", FT_UINT16, BASE_HEX_DEC, NULL, 0x0, NULL, HFILL }},
-
+#if 0
{ &hf_sv_phmeas_instmag_i,
{ "value", "sv.meas_value", FT_INT32, BASE_DEC, NULL, 0x0, NULL, HFILL}},
@@ -299,7 +302,7 @@ void proto_register_sv(void) {
{ &hf_sv_phsmeas_q_derived,
{ "derived", "sv.meas_quality.derived", FT_BOOLEAN, 32, NULL, Q_DERIVED, NULL, HFILL}},
-
+#endif
#include "packet-sv-hfarr.c"
};