remove dead proto
authorChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 01:14:37 +0000 (01:14 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 01:14:37 +0000 (01:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112131 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CBackend/CBackend.cpp

index 46f584cb1b5fdcdbe30d5ed460efc6e94cde4565..270fff6064adc807c4501699389b8b4633c6292d 100644 (file)
@@ -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<const Type *> &);
     void printFloatingPointConstants(Function &F);