diff options
Diffstat (limited to 'lib/VMCore/Value.cpp')
-rw-r--r-- | lib/VMCore/Value.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/VMCore/Value.cpp b/lib/VMCore/Value.cpp index 6c01f65e4e..9dc19dffb0 100644 --- a/lib/VMCore/Value.cpp +++ b/lib/VMCore/Value.cpp @@ -94,11 +94,9 @@ User *Value::use_remove(use_iterator &I) { return i; } -#ifndef NDEBUG // Only in -g mode... void Value::dump() const { cerr << this; } -#endif //===----------------------------------------------------------------------===// // User Class |