From 27cd2caca5abf368ed56ee50804bcf09ef41b2b5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 19 Sep 2001 14:08:25 +0000 Subject: [PATCH] Remove debugging output stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@641 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Value.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/llvm/Value.h b/include/llvm/Value.h index 8af91e85edf..7d214e2ab49 100644 --- a/include/llvm/Value.h +++ b/include/llvm/Value.h @@ -198,11 +198,4 @@ public: typedef UseTy Use; -//---------------------------------------------------------------------- -// Debugging support for class Value and its subclasses. -// - -void DebugValue(const Value *V); -void DebugValue(const Value &V); - #endif -- 2.34.1