This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb263b4
)
Remove a my_perl that slipped in
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 14 Feb 2006 10:18:48 +0000
(10:18 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 14 Feb 2006 10:18:48 +0000
(10:18 +0000)
p4raw-id: //depot/perl@27178
perlio.c
patch
|
blob
|
blame
|
history
diff --git
a/perlio.c
b/perlio.c
index
9fa5dea
..
f901087
100644
(file)
--- a/
perlio.c
+++ b/
perlio.c
@@
-2289,8
+2289,6
@@
PerlIO_init(pTHX)
/* Place holder for stdstreams call ??? */
#ifdef USE_THREADS
MUTEX_INIT(&PerlIO_mutex);
-#else
- PERL_UNUSED_ARG(my_perl);
#endif
}