summaryrefslogtreecommitdiffstats
path: root/Keyword.xs
diff options
context:
space:
mode:
Diffstat (limited to 'Keyword.xs')
-rw-r--r--Keyword.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Keyword.xs b/Keyword.xs
index 403d38b..a1de202 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -119,7 +119,6 @@ ensure_linestr_len(len)
SV*
linestr()
CODE:
- PL_curcop = &PL_compiling;
RETVAL = newSVpvn(PL_parser->bufptr, PL_parser->bufend - PL_parser->bufptr);
OUTPUT:
RETVAL