From: Chris Lattner Date: Wed, 19 Sep 2001 14:08:25 +0000 (+0000) Subject: Remove debugging output stuff X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=27cd2caca5abf368ed56ee50804bcf09ef41b2b5;p=oota-llvm.git Remove debugging output stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@641 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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