* dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.

This commit is contained in:
Christopher Faylor 2002-05-31 20:34:40 +00:00
parent 18c04cc4b2
commit bcd0ed9f6a
2 changed files with 4 additions and 1 deletions

View File

@ -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>
* fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more

View File

@ -203,7 +203,6 @@ dll_list::detach (dll *d)
void
dll_list::init ()
{
debug_printf ("here");
/* Make sure that destructors are called on exit. */
if (!dll_global_dtors_recorded)
{