diff -r 8f8df8006c40 -r 3406c99bc375 stif/TestCombiner/src/TestCaseNotify.cpp --- a/stif/TestCombiner/src/TestCaseNotify.cpp Mon Jun 21 17:25:56 2010 +0300 +++ b/stif/TestCombiner/src/TestCaseNotify.cpp Thu Jul 15 20:25:38 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(); }