diff options
author | Manuel Klimek <klimek@google.com> | 2013-02-11 12:37:30 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-02-11 12:37:30 +0000 |
commit | 3f4535e44965f46cf603146141d2d27a1cef1f7f (patch) | |
tree | c57b5de2d3106a304416f960fb8834c181ff8a63 /lib/Format/UnwrappedLineParser.cpp | |
parent | 729a743b317d877df3978e88a4a247d2edbf2090 (diff) |
Get rid of manual debug output, now that the test runner supports it.
You can run tests with -debug instead now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
-rw-r--r-- | lib/Format/UnwrappedLineParser.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp index 3030789ad0..922671600d 100644 --- a/lib/Format/UnwrappedLineParser.cpp +++ b/lib/Format/UnwrappedLineParser.cpp @@ -19,9 +19,6 @@ #include "clang/Basic/Diagnostic.h" #include "llvm/Support/Debug.h" -// Uncomment to get debug output from tests: -// #define DEBUG_WITH_TYPE(T, X) do { X; } while(0) - namespace clang { namespace format { |