Remove unused function

Test: atest WMShellFlickerTestsSplitScreen
Change-Id: I55b9d795eb8e0ba7c7a2734d4569fb2bc39dab2c
This commit is contained in:
Pablo Gamito
2023-07-10 07:44:37 +00:00
parent e1e65a0ed9
commit 551766fec3

View File

@@ -43,11 +43,4 @@ abstract class SplitScreenBase(flicker: LegacyFlickerTest) : BaseBenchmarkTest(f
secondaryApp.exit(wmHelper)
}
}
protected open val withoutTracing: FlickerBuilder.() -> Unit = {
withoutLayerTracing()
withoutWindowManagerTracing()
withoutTransitionTracing()
withoutTransactionsTracing()
}
}