summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2005-01-10 19:25:27 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2005-01-10 19:25:27 +0000
commit766f891612bf493b0430beb068ead367d70cdef6 (patch)
tree51378b3e215f1cbbe4f9bebe4d1c8e6cb493bb9e /sv.c
parente3a4ba2609bab5af03e410e3d8a38f237348f922 (diff)
downloadperl-766f891612bf493b0430beb068ead367d70cdef6.tar.gz
Remove PERL_FLEXIBLE_EXCEPTIONS code.
p4raw-id: //depot/perl@23780
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sv.c b/sv.c
index d750f10944..6fc5588b83 100644
--- a/sv.c
+++ b/sv.c
@@ -12178,9 +12178,6 @@ perl_clone_using(PerlInterpreter *proto_perl, UV flags,
PL_dirty = proto_perl->Tdirty;
PL_localizing = proto_perl->Tlocalizing;
-#ifdef PERL_FLEXIBLE_EXCEPTIONS
- PL_protect = proto_perl->Tprotect;
-#endif
PL_errors = sv_dup_inc(proto_perl->Terrors, param);
PL_hv_fetch_ent_mh = Nullhe;
PL_modcount = proto_perl->Tmodcount;