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

Commit 56d1cb2c authored by Matt Casey's avatar Matt Casey Committed by Automerger Merge Worker
Browse files

Merge "Remove unused context variable" into sc-dev am: f45cdcd7 am: 64415319

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14842913

Change-Id: Idf414d09e73e059a796103696a984c221cef6f23
parents 07415e5b 64415319
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);
    }