* dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.
This commit is contained in:
parent
18c04cc4b2
commit
bcd0ed9f6a
|
@ -1,3 +1,7 @@
|
||||||
|
2002-05-31 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.
|
||||||
|
|
||||||
2002-05-31 Christopher Faylor <cgf@redhat.com>
|
2002-05-31 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more
|
* fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more
|
||||||
|
|
|
@ -203,7 +203,6 @@ dll_list::detach (dll *d)
|
||||||
void
|
void
|
||||||
dll_list::init ()
|
dll_list::init ()
|
||||||
{
|
{
|
||||||
debug_printf ("here");
|
|
||||||
/* Make sure that destructors are called on exit. */
|
/* Make sure that destructors are called on exit. */
|
||||||
if (!dll_global_dtors_recorded)
|
if (!dll_global_dtors_recorded)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue