From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sat, 4 Jan 2003 04:48:30 +0000 (+0000)
Subject: One more (or, rather, less) //.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=767c1403ef924aba477efaf3dca8171ce2a6a69c;p=p5sagit%2Fp5-mst-13.2.git

One more (or, rather, less) //.

p4raw-id: //depot/perl@18432
---

diff --git a/ext/threads/threads.xs b/ext/threads/threads.xs
index 205c889..043f762 100755
--- a/ext/threads/threads.xs
+++ b/ext/threads/threads.xs
@@ -522,14 +522,15 @@ Perl_ithread_join(pTHX_ SV *obj)
 	  PERL_THREAD_GETSPECIFIC(self_key,current_thread);
 	  PERL_THREAD_SETSPECIFIC(self_key,thread);
 
+#if 0
 	  {
 	    I32 len = av_len(params)+1;
 	    I32 i;
 	    for(i = 0; i < len; i++) {
-	      //	      sv_dump(SvRV(AvARRAY(params)[i]));
+	      sv_dump(SvRV(AvARRAY(params)[i]));
 	    }
 	  }
-
+#endif
 	  retparam = (AV*) sv_dup((SV*)params, &clone_params);
 #if 0
 	  {