From 614441f9e585f81e9090274cf089a4e991f1ad6e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 10 Jan 2013 12:42:07 +0000 Subject: #if 0 out unused code svn path=/trunk/; revision=47017 --- asn1/sv/packet-sv-template.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'asn1/sv') 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" }; -- cgit v1.2.3