stif/TestEngine/src/TestCaseController.cpp
changeset 30 86a2e675b80a
parent 26 4fde310f06fe
--- a/stif/TestEngine/src/TestCaseController.cpp	Mon Jun 14 11:37:33 2010 +0300
+++ b/stif/TestEngine/src/TestCaseController.cpp	Mon Jun 28 15:36:07 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();
     }