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

Commit f45cdcd7 authored by Matt Casey's avatar Matt Casey Committed by Android (Google) Code Review
Browse files

Merge "Remove unused context variable" into sc-dev

parents 7423e085 648b6f93
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ public class ScrollCaptureClientTest extends SysuiTestCase {
    @Before
    public void setUp() {
        MockitoAnnotations.initMocks(this);
        Context context = InstrumentationRegistry.getInstrumentation().getContext();
        mWm = mock(IWindowManager.class);
    }