Remove debugging output stuff

llvm-svn: 641
This commit is contained in:
Chris Lattner 2001-09-19 14:08:25 +00:00
parent 15d8418323
commit ab02e437ae
1 changed files with 0 additions and 7 deletions

View 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