summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mg.c b/mg.c
index 8b90aa4e3f..f302489fff 100644
--- a/mg.c
+++ b/mg.c
@@ -1128,11 +1128,6 @@ Perl_magic_get(pTHX_ SV *sv, MAGIC *mg)
*PL_compiling.cop_warnings);
}
}
-#ifdef WIN32
- else if (strEQ(remaining, "IN32_SLOPPY_STAT")) {
- sv_setiv(sv, w32_sloppystat);
- }
-#endif
break;
case '+':
if (PL_curpm && (rx = PM_GETRE(PL_curpm))) {
@@ -3044,11 +3039,6 @@ Perl_magic_set(pTHX_ SV *sv, MAGIC *mg)
}
}
}
-#ifdef WIN32
- else if (strEQ(mg->mg_ptr+1, "IN32_SLOPPY_STAT")) {
- w32_sloppystat = SvTRUE(sv);
- }
-#endif
break;
case '.':
if (PL_localizing) {