summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-12-19 11:59:31 -0700
committerKarl Williamson <public@khwilliamson.com>2010-12-19 20:22:31 -0700
commit453c8cca713cdc34c3ebf8e55115e4c5a5313379 (patch)
treee0cc6402d53db624897e1a7f36a25b97ab55d87a /regexec.c
parent85c006b64da3a6adb26786871a367c7b75119d2e (diff)
downloadperl-453c8cca713cdc34c3ebf8e55115e4c5a5313379.tar.gz
regexec.c: Remove unnecessary statements
These variables are set to other values just a couple of lines below
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/regexec.c b/regexec.c
index 2fd8af25b3..7778992a63 100644
--- a/regexec.c
+++ b/regexec.c
@@ -3937,10 +3937,6 @@ S_regmatch(pTHX_ regmatch_info *reginfo, regnode *prog)
re_fold_t folder;
const U8 *fold_array;
- folder = NULL; /* NULL assumes will be NREF, REF: no
- folding */
- fold_array = NULL;
-
PL_reg_flags |= RF_tainted;
folder = foldEQ_locale;
fold_array = PL_fold_locale;