summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c
index 8dafb118058..f7ca51184b3 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -513,8 +513,6 @@ init_syntax_once (void)
#define BYTEWIDTH 8 /* In bits. */
-#define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
-
#ifndef emacs
# undef max
# undef min