summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-02-20 10:16:24 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-02-20 10:16:24 +0000
commit3188d117d6f1ba5f3a30d0ff231d816ebb59a7f7 (patch)
treefff9c689f7dde39d43cd607ef87c4bf8dc19bc21 /compiler/driver/compiler_driver.h
parent3c95c591e054ecd2eac40a4d25668f239782aabd (diff)
parentf3e2cc4a38389aa75eb8ee3973a535254bf1c8d2 (diff)
Merge "Code cleanup to avoid LLVM dependency when building with quick only."
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 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_;
}