Back out last revision which should not have been committed (yet).
authorReid Spencer <rspencer@reidspencer.com>
Mon, 28 Aug 2006 01:08:45 +0000 (01:08 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 28 Aug 2006 01:08:45 +0000 (01:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29935 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Assembly/Writer.h

index 8b96d0db15a874b9bb571807f74014d4842b8f00..c8c09e809eb343ba104325fbc9f83411be3b8469 100644 (file)
@@ -43,10 +43,6 @@ std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
 std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true,
                              bool PrintName = true, const Module* Context = 0);
 
-#ifndef NDEBUG
-void dumpType(const Type* Ty);
-void dumpValue(const Value* Val);
-#endif
 } // End llvm namespace
 
 #endif