From: Chris Lattner Date: Thu, 26 Aug 2010 01:14:37 +0000 (+0000) Subject: remove dead proto X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f88c23597aa457f983b3ecd0043c6de2520be1ba;p=oota-llvm.git remove dead proto git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112131 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index 46f584cb1b5..270fff6064a 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/lib/Target/CBackend/CBackend.cpp @@ -199,7 +199,6 @@ namespace { void lowerIntrinsics(Function &F); - void printModule(Module *M); void printModuleTypes(const TypeSymbolTable &ST); void printContainedStructs(const Type *Ty, std::set &); void printFloatingPointConstants(Function &F);