Monster _r patch: try to scan for all known _r variants,
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 9109f8c..94626bc 100644 (file)
--- a/util.c
+++ b/util.c
@@ -4348,14 +4348,3 @@ Perl_sv_nounlocking(pTHX_ SV *sv)
 {
 }
 
-void
-Perl_reentrant_init(pTHX)
-{
-#ifdef USE_REENTRANT_API
-    New(31337, PL_reentrant_buffer, 1, REENTBUF);
-    New(31337, PL_reentrant_buffer->tmbuf, 1, struct tm);
-#endif
-}
-
-
-