From 038924b75f06b91c2a7e944196ca11f118ce182f Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 19 Feb 2019 15:09:35 +0000 Subject: ART: Reduce dependencies on CompilerDriver. Preparation for moving CompilerDriver and other stuff from libart-compiler.so to dex2oat. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Change-Id: Ic221ebca4b8c79dd1549316921ace655f2e3f0fe --- compiler/optimizing/optimization.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/optimization.h') diff --git a/compiler/optimizing/optimization.h b/compiler/optimizing/optimization.h index ce44b5f81a..b84e03894c 100644 --- a/compiler/optimizing/optimization.h +++ b/compiler/optimizing/optimization.h @@ -24,7 +24,6 @@ namespace art { class CodeGenerator; -class CompilerDriver; class DexCompilationUnit; /** -- cgit v1.2.3-59-g8ed1b