diff options
author | Evan Huus <eapache@gmail.com> | 2013-03-15 17:56:27 +0000 |
---|---|---|
committer | Evan Huus <eapache@gmail.com> | 2013-03-15 17:56:27 +0000 |
commit | 574d1ceec3c1b9fae918888d18146ac11ca992e0 (patch) | |
tree | e68db9fa0a6aa50117472eebfc75c0084c4e7626 | |
parent | c2961093bedbed3d2a35586b48ef04939dd27bb1 (diff) | |
download | wireshark-574d1ceec3c1b9fae918888d18146ac11ca992e0.tar.gz wireshark-574d1ceec3c1b9fae918888d18146ac11ca992e0.tar.bz2 wireshark-574d1ceec3c1b9fae918888d18146ac11ca992e0.zip |
Revert warning that seems to have been accidentally included in r48319.
svn path=/trunk/; revision=48323
-rw-r--r-- | epan/value_string.c | 2 |
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) && |