This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make pp_split const
[perl5.git] / reentr.pl
index ea98498..a38eab1 100644 (file)
--- a/reentr.pl
+++ b/reentr.pl
@@ -819,7 +819,7 @@ Perl_reentrant_free(pTHX) {
 void*
 Perl_reentrant_retry(const char *f, ...)
 {
-    dVAR; dTHX;
+    dTHX;
     void *retptr = NULL;
 #ifdef USE_REENTRANT_API
 #  if defined(USE_HOSTENT_BUFFER) || defined(USE_GRENT_BUFFER) || defined(USE_NETENT_BUFFER) || defined(USE_PWENT_BUFFER) || defined(USE_PROTOENT_BUFFER) || defined(USE_SERVENT_BUFFER)