| commit | 586caa1e6d563da9ca39f5a4d31f11d0cfbb180a | [log] [tgz] |
|---|---|---|
| author | Rachel Lee <rnlee@google.com> | Wed Apr 13 12:32:49 2022 -0700 |
| committer | Rachel Lee <rnlee@google.com> | Wed Apr 13 12:32:49 2022 -0700 |
| tree | 975f2218ccb30db2eb6f681087049782ceb749cd | |
| parent | 56becd9a2e8abc5694809a7af6b69eeab018fb23 [diff] |
Remove unused declaration. Bug: none Test: atest DisplayModeSwitchingTest Change-Id: I8426d103ec6116a0a62b6e1e414a2e2dabf4f3c0
diff --git a/services/surfaceflinger/tests/unittests/SurfaceFlinger_DisplayModeSwitching.cpp b/services/surfaceflinger/tests/unittests/SurfaceFlinger_DisplayModeSwitching.cpp index 32d57b5..5872a47 100644 --- a/services/surfaceflinger/tests/unittests/SurfaceFlinger_DisplayModeSwitching.cpp +++ b/services/surfaceflinger/tests/unittests/SurfaceFlinger_DisplayModeSwitching.cpp
@@ -61,7 +61,6 @@ protected: void setupScheduler(std::shared_ptr<scheduler::RefreshRateConfigs>); - void testChangeRefreshRate(bool isDisplayActive, bool isRefreshRequired); sp<DisplayDevice> mDisplay; mock::EventThread* mAppEventThread;