From de08e84143f7339d5bad24f252681207abbe0951 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Wed, 21 Mar 2012 00:34:12 +0800 Subject: Remove ELF filename argument. We are embedding the ELF image in the Oat file. We don't need ELF filename anymore. (cherry picked from commit b245ccacf447b014838535a7d8a58365642f0c3d) Change-Id: I235429222401100c09381ba44a3978f38d5b499c --- src/compiler_llvm/compiler_llvm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/compiler_llvm/compiler_llvm.h') diff --git a/src/compiler_llvm/compiler_llvm.h b/src/compiler_llvm/compiler_llvm.h index 90537ff2ee..2c37ac090c 100644 --- a/src/compiler_llvm/compiler_llvm.h +++ b/src/compiler_llvm/compiler_llvm.h @@ -83,10 +83,6 @@ class CompilerLLVM { return cunits_[i]; } - void SetElfFileName(std::string const& filename) { - elf_filename_ = filename; - } - void SetBitcodeFileName(std::string const& filename) { bitcode_filename_ = filename; } @@ -135,8 +131,6 @@ class CompilerLLVM { std::vector cunits_; - std::string elf_filename_; - std::string bitcode_filename_; UniquePtr elf_loader_; -- cgit v1.2.3-59-g8ed1b