diff -r 2f259fa3e83a -r 3320e4e6e8bb uifw/AknGlobalUI/AknCapServer/src/AknCapServerShutdown.cpp --- a/uifw/AknGlobalUI/AknCapServer/src/AknCapServerShutdown.cpp Tue Feb 02 01:00:49 2010 +0200 +++ b/uifw/AknGlobalUI/AknCapServer/src/AknCapServerShutdown.cpp Fri Apr 16 15:13:44 2010 +0300 @@ -251,16 +251,12 @@ { #ifdef _DEBUG RDebug::Print(_L("SHUTDOWN: App with ThreadId %d has exited"), TUint(aNotifier->ThreadId())); -#else - aNotifier->ThreadId(); // just for fixing warning #endif } else if (aHowClosed == CAppExitNotifier::EAppExitForced) { #ifdef _DEBUG RDebug::Print(_L("SHUTDOWN: App with ThreadId %d was killed"), TUint(aNotifier->ThreadId())); -#else - aNotifier->ThreadId(); // just for fixing warning #endif } iTotalAppExitNotifiers--;