Remove debugging output stuff
authorChris Lattner <sabre@nondot.org>
Wed, 19 Sep 2001 14:08:25 +0000 (14:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Sep 2001 14:08:25 +0000 (14:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@641 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index 8af91e85edfb3a22f459ccb7e676666c0dd4e941..7d214e2ab49d712b21554d65a58e850cd5e5aefc 100644 (file)
@@ -198,11 +198,4 @@ public:
 
 typedef UseTy<Value> Use;
 
-//----------------------------------------------------------------------
-// Debugging support for class Value and its subclasses.
-//
-
-void DebugValue(const Value *V);
-void DebugValue(const Value &V);
-
 #endif