summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-03-21 09:07:50 -0600
committerKarl Williamson <public@khwilliamson.com>2011-03-21 09:17:37 -0600
commit7e2a58642a8802a91566e7860fb729c60e7d7614 (patch)
treeb43c3e0c8d9f51c8052de270ee145192103b5aaa /regcomp.c
parent9bed422d52b5614d04bd91866057518373ea9569 (diff)
downloadperl-7e2a58642a8802a91566e7860fb729c60e7d7614.tar.gz
silence "unused variable" compiler warning
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/regcomp.c b/regcomp.c
index bb7f46c751..05f10beaa9 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -7680,9 +7680,6 @@ S_reg_namedseq(pTHX_ RExC_state_t *pRExC_state, UV *valuep, I32 *flagp, U32 dept
{
char * endbrace; /* '}' following the name */
regnode *ret = NULL;
-#ifdef DEBUGGING
- char* parse_start = RExC_parse - 2; /* points to the '\N' */
-#endif
char* p;
GET_RE_DEBUG_FLAGS_DECL;