aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.h
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:37:13 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-09 14:37:13 +0000
commit0b0bbf096583ddb9ef0e660cf052e28d19bd212d (patch)
tree489198af1449d68e3f1d609fc2a129f865a5c14e /epan/strutil.h
parent3b2e51942297ad9406fa8f569ccf0ac845416e2a (diff)
Replace STRINGIFY with glib version.
svn path=/trunk/; revision=53193
Diffstat (limited to 'epan/strutil.h')
-rw-r--r--epan/strutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/strutil.h b/epan/strutil.h
index aac0bbdce9..e791b4df5a 100644
--- a/epan/strutil.h
+++ b/epan/strutil.h
@@ -239,10 +239,6 @@ WS_DLL_PUBLIC
const guint8 * epan_memmem(const guint8 *haystack, guint haystack_len,
const guint8 *needle, guint needle_len);
-/** Surround a string or a macro, resolved to a string, with double quotes */
-#define _STRINGIFY(a) # a
-#define STRINGIFY(a) _STRINGIFY(a)
-
/** Scan a string to make sure it's valid hex.
*
* @param string The string to validate