From 2fbeaf084ffe6467004d2a340336407c254f623f Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 6 Sep 2009 08:33:48 +0000 Subject: Remove some unused variables and methods warned about by icc (#177, partial). Patch by Erick Tryzelaar. llvm-svn: 81106 --- llvm/lib/VMCore/AsmWriter.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm/lib/VMCore') diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp index 5062075a46c..a61f8fb2315 100644 --- a/llvm/lib/VMCore/AsmWriter.cpp +++ b/llvm/lib/VMCore/AsmWriter.cpp @@ -1282,8 +1282,6 @@ public: void writeOperand(const Value *Op, bool PrintType); void writeParamOperand(const Value *Operand, Attributes Attrs); - const Module* getModule() { return TheModule; } - private: void printModule(const Module *M); void printTypeSymbolTable(const TypeSymbolTable &ST); -- cgit v1.2.3