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 f811177..0cad122 100644
--- a/Keyword.xs
+++ b/Keyword.xs
@@ -38,7 +38,6 @@ static SV *parser_fn(OP *(fn)(pTHX_ U32), bool named)
if (errors) {
++PL_parser->error_count;
- sv_catsv(PL_errors, ERRSV);
return newSV(0);
}
else {