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