summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index 51112a944e..de5d33b7c9 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -365,7 +365,6 @@ Rethrows a previously caught exception. See L<perlguts/"Exception Handling">.
if (name[7] == 's'){ \
arg = sv_2mortal(arg); \
} \
- SvOKp(arg); \
} } STMT_END
#if 1 /* for compatibility */