diff options
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index d90d6100b9..1347b37fa0 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -59,7 +59,6 @@ class DexCompilationUnit; class DexFileToMethodInlinerMap; struct InlineIGetIPutData; class InstructionSetFeatures; -class OatWriter; class ParallelCompilationManager; class ScopedObjectAccess; template <class Allocator> class SrcMap; @@ -398,12 +397,6 @@ class CompilerDriver { support_boot_image_fixup_ = support_boot_image_fixup; } - bool WriteElf(const std::string& android_root, - bool is_host, - const std::vector<const DexFile*>& dex_files, - OatWriter* oat_writer, - File* file); - void SetCompilerContext(void* compiler_context) { compiler_context_ = compiler_context; } |