diff options
author | 2019-02-19 15:09:35 +0000 | |
---|---|---|
committer | 2019-02-20 10:40:05 +0000 | |
commit | 038924b75f06b91c2a7e944196ca11f118ce182f (patch) | |
tree | fb3073918686ec6f54dce65d2697c0e46f05a272 /compiler/optimizing/optimization.h | |
parent | 03c6b174a4e412e9bb62935c4ee15b5445e517f2 (diff) |
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
Diffstat (limited to 'compiler/optimizing/optimization.h')
-rw-r--r-- | compiler/optimizing/optimization.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; /** |