From 2eb109a4d326f05244e37f956ca8cd8b0db22b19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Mon, 6 Jul 2020 16:30:53 +0100 Subject: Remove NetWare support The build has been broken since 2009. --- scope.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index 55e15c8538..5294e0aa04 100644 --- a/scope.c +++ b/scope.c @@ -972,11 +972,7 @@ Perl_leave_scope(pTHX_ I32 base) case SAVEt_SHARED_PVREF: /* shared pv */ a0 = ap[0]; a1 = ap[1]; if (*a0.any_pvp != a1.any_pv) { -#ifdef NETWARE - PerlMem_free(*a0.any_pvp); -#else PerlMemShared_free(*a0.any_pvp); -#endif *a0.any_pvp = a1.any_pv; } break; -- cgit v1.2.1