stif/TestEngine/src/TestCaseController.cpp
changeset 34 7259cf1302ad
parent 33 0d72cc2a29a3
--- a/stif/TestEngine/src/TestCaseController.cpp	Wed Jun 23 19:59:05 2010 +0300
+++ b/stif/TestEngine/src/TestCaseController.cpp	Tue Jul 06 16:05:13 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();
     }