summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-02-18 18:37:26 +0000
committerNicolas Geoffray <ngeoffray@google.com>2014-02-20 09:43:34 +0000
commitf3e2cc4a38389aa75eb8ee3973a535254bf1c8d2 (patch)
treeae6cf8c43b724cf2c5d21bd12e0eca507dcc7842 /compiler/driver/compiler_driver.h
parente7da4cf71712a3d7a64166ceadfb176d07018d32 (diff)
downloadart-f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2.zip
art-f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2.tar.gz
art-f3e2cc4a38389aa75eb8ee3973a535254bf1c8d2.tar.bz2
Code cleanup to avoid LLVM dependency when building with quick only.
Change-Id: I0985c227d775c72fd23975d4c9bf673ba32615c2
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index da4b69d..092fe52 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_;
}