summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-23 18:47:56 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-24 19:22:39 -0700
commit2c1ab6ff23db8c68871d566c0e663e50f785ed25 (patch)
treee79632818172da762851799d8440f7746ba08967 /regcomp.h
parent97df044c4263e0ec76016a6b1b36a57da2e693f2 (diff)
downloadperl-2c1ab6ff23db8c68871d566c0e663e50f785ed25.tar.gz
regcomp.h: Remove obsolete define
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index 48e270f5cf..e8f3b39292 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -310,9 +310,6 @@ struct regnode_charclass_class {
#define SIZE_ONLY (RExC_emit == &PL_regdummy)
-/* Flags for node->flags of several of the node types */
-#define USE_UNI 0x01
-
/* Flags for node->flags of ANYOF. These are in short supply, so some games
* are done to share them, as described below. If necessary, the ANYOF_LOCALE
* and ANYOF_CLASS bits could be shared with a space penalty for locale nodes