stif/TestEngine/src/TestCaseController.cpp
branchRCL_3
changeset 18 3406c99bc375
parent 16 8f8df8006c40
--- 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();
     }