summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-14 14:04:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-14 14:04:24 +0000
commit00896663c42f948ff210f9dc95027f57806a6ded (patch)
treef2239fc3ed15e6b0cb40707dc65ccf298081d59f /embed.fnc
parentcf25bb620ab43f67a0edb45a418782cd53e76918 (diff)
downloadperl-00896663c42f948ff210f9dc95027f57806a6ded.tar.gz
Retract #14251 (the op slab allocator from perlio)
until we figure out why 2.2.19 x86 debian gets a circular sibling chain and therefore hangs in the Perl_ck_subr() sibling for-loop. p4raw-id: //depot/perl@14255
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index f5fcac6cd4..729f9141c1 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1007,7 +1007,6 @@ s |void |apply_attrs |HV *stash|SV *target|OP *attrs|bool for_my
s |void |apply_attrs_my |HV *stash|OP *target|OP *attrs|OP **imopsp
# if defined(PL_OP_SLAB_ALLOC)
s |void* |Slab_Alloc |int m|size_t sz
-s |void |Slab_Free |void *
# endif
#endif