From f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 18 Feb 2014 18:37:26 +0000 Subject: Code cleanup to avoid LLVM dependency when building with quick only. Change-Id: I0985c227d775c72fd23975d4c9bf673ba32615c2 --- compiler/driver/compiler_driver.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index da4b69d63c..092fe52b24 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -260,8 +260,6 @@ class CompilerDriver { size_t literal_offset) LOCKS_EXCLUDED(compiled_methods_lock_); - void SetBitcodeFileName(std::string const& filename); - bool GetSupportBootImageFixup() const { return support_boot_image_fixup_; } -- cgit v1.2.3-59-g8ed1b