stif/TestCombiner/src/TestCaseNotify.cpp
branchRCL_3
changeset 39 3406c99bc375
parent 0 a03f92240627
--- 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();
     }