summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorRobin Barker <rmbarker@cpan.org>2012-02-09 07:42:15 +0100
committerSteffen Mueller <smueller@cpan.org>2012-02-09 07:42:15 +0100
commitdad95a0a49bcf14c9a514ca59d99fc1e7912f9b1 (patch)
tree128d4e46e19af75f1028d0a23f0db6beae34bdb0 /regcomp.c
parent2129788bab80ab45dda70f265c485e42109c4852 (diff)
downloadperl-dad95a0a49bcf14c9a514ca59d99fc1e7912f9b1.tar.gz
Silence compiler warnings
Cf. RT #110208. - Remove missing unused variables: op.c, regcomp.c - Silence -Wformat type error: sv.c - Cast first part of (,) expression as (void): gv.c
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/regcomp.c b/regcomp.c
index 668f8f7624..60c37cf4f9 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -9271,7 +9271,6 @@ tryagain:
char *s;
STRLEN foldlen;
U8 tmpbuf[UTF8_MAXBYTES_CASE+1], *foldbuf;
- regnode * orig_emit;
U8 node_type;
/* Is this a LATIN LOWER CASE SHARP S in an EXACTFU node? If so,
@@ -9279,9 +9278,6 @@ tryagain:
bool is_exactfu_sharp_s;
ender = 0;
- orig_emit = RExC_emit; /* Save the original output node position in
- case we need to output a different node
- type */
node_type = ((! FOLD) ? EXACT
: (LOC)
? EXACTFL