Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 97267f0f authored by Lee Shombert's avatar Lee Shombert
Browse files

Fix comments on earlier CL

Remove an unused variable.

Flag: EXEMPT bug-fix
Bug: 407584606
Test: atest
 * FrameworksServicesTests:AnrTimerTest
Change-Id: Iedbaf52f931798e45e009423afa7f13a236c76d2
parent 34879414
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -553,7 +553,6 @@ public class AnrTimerTest {
            stepper.stepAndWait(100);
            timer.start(t2, 100);
            stepper.stepAndWait(200);
            TestResult[] result = helper.results(2);

            assertThat(timer.discard(t1)).isTrue();
            assertThat(timer.discard(t1)).isFalse();