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