summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-11-11 21:38:29 -0700
committerKarl Williamson <khw@cpan.org>2018-11-16 08:44:01 -0700
commitb432b281adf94838a75c0c77faee5b236a1e8297 (patch)
tree3b2a4d67fe7498a401db0c245ec278fee7367201 /regcomp.h
parentfaeff471479006605ff4b7b50f3705463ba4c3f7 (diff)
downloadperl-b432b281adf94838a75c0c77faee5b236a1e8297.tar.gz
regcomp.h: Delete duplicate macro defn
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/regcomp.h b/regcomp.h
index 7f8761e3f3..2fba892452 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -1008,8 +1008,6 @@ re.pm, especially to the documentation.
if (re_debug_flags & RE_DEBUG_COMPILE_PARSE) x )
#define DEBUG_OPTIMISE_r(x) DEBUG_r( \
if (re_debug_flags & RE_DEBUG_COMPILE_OPTIMISE) x )
-#define DEBUG_PARSE_r(x) DEBUG_r( \
- if (re_debug_flags & RE_DEBUG_COMPILE_PARSE) x )
#define DEBUG_DUMP_r(x) DEBUG_r( \
if (re_debug_flags & RE_DEBUG_COMPILE_DUMP) x )
#define DEBUG_TRIE_COMPILE_r(x) DEBUG_r( \