1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- src/tools/qlibrary_unix.cpp.old 2003-01-28 12:40:51.000000000 +0100 +++ src/tools/qlibrary_unix.cpp 2003-01-28 12:41:03.000000000 +0100 @@ -141,13 +141,6 @@ if ( !pHnd ) return TRUE; - if ( dlclose( pHnd ) ) { -#if defined(QT_DEBUG) || defined(QT_DEBUG_COMPONENT) - qWarning( "%s", dlerror() ); -#endif - return FALSE; - } - pHnd = 0; return TRUE; }