summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/universal.c b/universal.c
index 0fe94d2225..da41eb9167 100644
--- a/universal.c
+++ b/universal.c
@@ -536,7 +536,6 @@ XS(XS_utf8_is_utf8)
{
SV * sv = ST(0);
{
- STRLEN len;
if (SvUTF8(sv))
XSRETURN_YES;
else