From 240c51b114bedf1ec03f40fb87d6301fd1ea2ab9 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 16 Mar 2023 15:15:53 +0000 Subject: Deprecate the extract compiler filter. For now make it an alias to verify. Test: test.py Bug: 237380287 Change-Id: Ib6cb2037d24bb895b77a870e8aebe76764b53e3d --- compiler/driver/compiler_options.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler/driver/compiler_options.h') diff --git a/compiler/driver/compiler_options.h b/compiler/driver/compiler_options.h index 1cc9f2d7e2..74d081d29e 100644 --- a/compiler/driver/compiler_options.h +++ b/compiler/driver/compiler_options.h @@ -114,10 +114,6 @@ class CompilerOptions final { return compiler_filter_ == CompilerFilter::kAssumeVerified; } - bool VerifyAtRuntime() const { - return compiler_filter_ == CompilerFilter::kExtract; - } - bool IsAnyCompilationEnabled() const { return CompilerFilter::IsAnyCompilationEnabled(compiler_filter_); } -- cgit v1.2.3-59-g8ed1b