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

Commit 64415319 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

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

Change-Id: I0031319a42b4ae87e041a3a907ec20031af2631f
parents 536737e4 f45cdcd7
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);
    }