diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-11-30 14:02:08 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-01 18:04:18 -0800 |
commit | 164739d1f34e0a80ea5ed1e9bf03a54e4f30c740 (patch) | |
tree | 5504945545a148ecc867ff0f45d368f891316e4b /regcomp.c | |
parent | 60275626fd188140155d5af48278ea124efa392f (diff) | |
download | perl-164739d1f34e0a80ea5ed1e9bf03a54e4f30c740.tar.gz |
regcomp.c: Remove duplicate statement
The flags this statement cleared are cleared as part of the macro called
just before it.
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6268,7 +6268,6 @@ S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp,U32 depth) that follow */ has_use_defaults = TRUE; STD_PMMOD_FLAGS_CLEAR(&RExC_flags); - RExC_flags &= ~(RXf_PMf_LOCALE|RXf_PMf_UNICODE); goto parse_flags; default: --RExC_parse; |