diff -r 0d72cc2a29a3 -r 7259cf1302ad stif/TestCombiner/src/TestCaseNotify.cpp --- a/stif/TestCombiner/src/TestCaseNotify.cpp Wed Jun 23 19:59:05 2010 +0300 +++ b/stif/TestCombiner/src/TestCaseNotify.cpp Tue Jul 06 16:05:13 2010 +0300 @@ -1492,7 +1492,7 @@ { __TRACE(KMessage, (_L("CTestEventNotifier::StartL (combiner)"))); - TInt res = iTestCase->TestExecution().NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone); + iTestCase->TestExecution().NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone); SetActive(); }