From ab02e437ae072f4461a7fe958f5936f1f75a03ce 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 llvm-svn: 641 --- llvm/include/llvm/Value.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/llvm/include/llvm/Value.h b/llvm/include/llvm/Value.h index 8af91e85edfb..7d214e2ab49d 100644 --- a/llvm/include/llvm/Value.h +++ b/llvm/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 -- GitLab