summaryrefslogtreecommitdiff
path: root/win32/wince.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/wince.c')
-rw-r--r--win32/wince.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/wince.c b/win32/wince.c
index a1e810d82a..15d80f9083 100644
--- a/win32/wince.c
+++ b/win32/wince.c
@@ -2449,9 +2449,7 @@ XS(w32_GetCwd)
EXTEND(SP,1);
SvPOK_on(sv);
ST(0) = sv;
-#ifndef INCOMPLETE_TAINTS
SvTAINTED_on(ST(0));
-#endif
XSRETURN(1);
}