diff -r 8f8df8006c40 -r 3406c99bc375 stif/TestEngine/src/TestCaseController.cpp --- a/stif/TestEngine/src/TestCaseController.cpp Mon Jun 21 17:25:56 2010 +0300 +++ b/stif/TestEngine/src/TestCaseController.cpp Thu Jul 15 20:25:38 2010 +0300 @@ -2784,7 +2784,7 @@ { __TRACE(KVerbose, (_L("CTestEventNotifier::StartL"))); - TInt res = iTestExecution.NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone); + iTestExecution.NotifyCommand2(iCommandPckg, iParamsPckg, iStatus, KErrNone); SetActive(); }