summaryrefslogtreecommitdiff
path: root/version_info.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-11 19:15:57 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-11 19:15:57 +0000
commit5467d67f2a54c6d6efe407b10053e06067147a37 (patch)
tree038e0db43126b4ef00f720b65d5f7f5a7216f393 /version_info.c
parent4608a76a51ae6eae8147223451274cb3cb87829d (diff)
downloadwireshark-5467d67f2a54c6d6efe407b10053e06067147a37.tar.gz
In version_info.c, assume we always have the "matches" operator. In
capture_opts.c, assume our output filename has been passed through arg_list_utf_16to8(). svn path=/trunk/; revision=37974
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/version_info.c b/version_info.c
index dc00463eb0..676825d789 100644
--- a/version_info.c
+++ b/version_info.c
@@ -163,12 +163,6 @@ get_compiled_version_info(GString *str, void (*prepend_info)(GString *),
(*append_info)(str);
g_string_append(str, ".");
-#if !defined(HAVE_LIBPCRE) && !GLIB_CHECK_VERSION(2,14,0)
- g_string_append(str,
- "\nNOTE: this build doesn't support the \"matches\" operator for Wireshark filter syntax");
- g_string_append(str, ".");
-#endif /* HAVE_LIBPCRE */
-
end_string(str);
}