commit | b1bab1c9e40ff9049f57f09a876ac77b44517144 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Fri May 11 11:05:45 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Tue May 15 02:29:51 2012 -0700 |
tree | 530ac235980d51562ffdc02be53556b836d182aa | |
parent | 7834cbd5d8a0e61db14339910d2223a3e59d7efc [diff] [blame] |
Code cleanup: Remove unnecessary parameter. Change-Id: I978ba7857be99af643cf5377029662b056431e3c
diff --git a/src/compiler_llvm/compilation_unit.h b/src/compiler_llvm/compilation_unit.h index 40a4c73..52e4ae6 100644 --- a/src/compiler_llvm/compilation_unit.h +++ b/src/compiler_llvm/compilation_unit.h
@@ -133,8 +133,7 @@ size_t mem_usage_; uint16_t num_elf_funcs_; - bool MaterializeToFile(llvm::raw_ostream& out_stream, - InstructionSet insn_set); + bool MaterializeToFile(llvm::raw_ostream& out_stream); }; } // namespace compiler_llvm