projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bb263b4
)
Remove a my_perl that slipped in
Rafael Garcia-Suarez [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
}