aboutsummaryrefslogtreecommitdiffstats
path: root/epan/value_string.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-15 17:56:27 +0000
committerEvan Huus <eapache@gmail.com>2013-03-15 17:56:27 +0000
commit574d1ceec3c1b9fae918888d18146ac11ca992e0 (patch)
treee68db9fa0a6aa50117472eebfc75c0084c4e7626 /epan/value_string.c
parentc2961093bedbed3d2a35586b48ef04939dd27bb1 (diff)
Revert warning that seems to have been accidentally included in r48319.
svn path=/trunk/; revision=48323
Diffstat (limited to 'epan/value_string.c')
-rw-r--r--epan/value_string.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/value_string.c b/epan/value_string.c
index 687a6ff938..a1faef4c18 100644
--- a/epan/value_string.c
+++ b/epan/value_string.c
@@ -313,8 +313,6 @@ _match_strval_ext_init(const guint32 val, const value_string_ext *a_vse)
g_assert(vs_p[i].strptr != NULL);
if ((type == VS_INDEX) && (vs_p[i].value != (i + first_value))) {
type = VS_BIN_TREE;
- g_warning("Extended value string: %s; accessing binary (%u/%u)",
- vse->_vs_name, prev_value, vs_p[i].value);
}
/* XXX: Should check for dups ?? */
if ((type == VS_BIN_TREE) &&