aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-16 20:00:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-16 20:00:03 +0000
commit55c20aa55af61b03b759ce9a96334e049d179616 (patch)
tree9dece1709f64587916cbb89193d325cc90eb4c8d
parenteca156d710bdfed83cdf2a7d266be05027cc8136 (diff)
#if 0 out apparently unsed code.
svn path=/trunk/; revision=48343
-rw-r--r--epan/dissectors/packet-dis-fields.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dis-fields.c b/epan/dissectors/packet-dis-fields.c
index e6f3d9cab1..0be6e4a044 100644
--- a/epan/dissectors/packet-dis-fields.c
+++ b/epan/dissectors/packet-dis-fields.c
@@ -918,7 +918,7 @@ gint parseField_Float(tvbuff_t *tvb, proto_tree *tree, gint offset, DIS_ParserNo
return offset;
}
-
+#if 0
/* Parse a 4-byte floating-point value, given text label.
*/
static gint parseField_Float_Text(tvbuff_t *tvb, proto_tree *tree, gint offset, gchar *charStr)
@@ -934,7 +934,7 @@ static gint parseField_Float_Text(tvbuff_t *tvb, proto_tree *tree, gint offset,
return offset;
}
-
+#endif
/* Parse an 8-byte floating-point value.
*/
gint parseField_Double(tvbuff_t *tvb, proto_tree *tree, gint offset, DIS_ParserNode parserNode)