summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2014-02-17 15:40:50 -0700
committerKarl Williamson <public@khwilliamson.com>2014-02-19 08:32:59 -0700
commit4afbae25415a29a2ea66f300c95436267450769c (patch)
treeb3a23fa704f2f2afb7017d9009a51c143e32b8b0 /regcomp.h
parent8f536e2654aafeb647c6efca69b52812fd158c2c (diff)
downloadperl-4afbae25415a29a2ea66f300c95436267450769c.tar.gz
regcomp.h: Remove extraneous comment
This is obsolete and is a partial copy of the up-to-date comment below it.
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/regcomp.h b/regcomp.h
index 6d2a6f48d2..ad688d2545 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -357,13 +357,6 @@ struct regnode_ssc {
* it, but a non-UTF8-encoded string will be tried only if the
* ANYOF_NONBITMAP_NON_UTF8 bit is also set. */
#define ANYOF_NONBITMAP(node) (ARG(node) != ANYOF_NONBITMAP_EMPTY)
-
-/* Flags for node->flags of ANYOF. These are in short supply, with one
- * currently available. If more are needed, the ABOVE_LATIN1_ALL bit could be
- * freed up by resorting to creating a swash containing everything above 255.
- * This introduces a performance penalty.
- * shared should new flags be needed for SSCs, like ANYOF_EMPTY_STRING now. */
-
/* Flags for node->flags of ANYOF. These are in short supply, with one
* currently available. The ABOVE_LATIN1_ALL bit could be freed up
* by resorting to creating a swash containing everything above 255. This