diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-03-21 09:07:50 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-03-21 09:17:37 -0600 |
commit | 7e2a58642a8802a91566e7860fb729c60e7d7614 (patch) | |
tree | b43c3e0c8d9f51c8052de270ee145192103b5aaa /regcomp.c | |
parent | 9bed422d52b5614d04bd91866057518373ea9569 (diff) | |
download | perl-7e2a58642a8802a91566e7860fb729c60e7d7614.tar.gz |
silence "unused variable" compiler warning
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |