From ae7168e19f886ed43ed200f9b0e769613df485f9 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Fri, 9 Oct 2020 15:13:29 +0100 Subject: Remove unused image space order argument Bug: 160683548 Test: Treehugger Change-Id: I249d2891b645fa103106ee946f014b9ce362cbda --- runtime/dexopt_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/dexopt_test.cc') diff --git a/runtime/dexopt_test.cc b/runtime/dexopt_test.cc index 8ba6f3ec1d..cfd7f9125f 100644 --- a/runtime/dexopt_test.cc +++ b/runtime/dexopt_test.cc @@ -156,7 +156,6 @@ void DexoptTest::GenerateOatForTest(const std::string& dex_location, ArrayRef(Runtime::Current()->GetBootClassPathLocations()), ArrayRef(Runtime::Current()->GetBootClassPath()), kRuntimeISA, - gc::space::ImageSpaceLoadingOrder::kSystemFirst, &error_msg); ASSERT_EQ(!with_alternate_image, match) << error_msg; } -- cgit v1.2.3-59-g8ed1b