branch | RCL_3 |
changeset 43 | c1f20ce4abcf |
parent 0 | a41df078684a |
child 44 | 3e88ff8f41d5 |
--- a/kerneltest/e32test/system/t_inact.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/kerneltest/e32test/system/t_inact.cpp Tue Aug 31 16:34:26 2010 +0300 @@ -198,13 +198,12 @@ void TestNonPositiveTimeout() { - TInt ret; TRequestStatus x1,x2; RTimer rt1,rt2; test.Next(_L("Test RTimer::Inactivity() with zero timeout")); - ret=rt1.CreateLocal(); - ret=rt2.CreateLocal(); + rt1.CreateLocal(); + rt2.CreateLocal(); rt1.Inactivity(x1, 2); User::After(500000);