diff options
-rw-r--r-- | lib/Format/Format.cpp | 3 | ||||
-rw-r--r-- | lib/Format/UnwrappedLineParser.cpp | 3 | ||||
-rw-r--r-- | unittests/Format/FormatTest.cpp | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/lib/Format/Format.cpp b/lib/Format/Format.cpp index ab71d59359..6dc84a10c6 100644 --- a/lib/Format/Format.cpp +++ b/lib/Format/Format.cpp @@ -26,9 +26,6 @@ #include "llvm/Support/Debug.h" #include <string> -// Uncomment to get debug output from tests: -// #define DEBUG_WITH_TYPE(T, X) do { X; } while(0) - namespace clang { namespace format { 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 { diff --git a/unittests/Format/FormatTest.cpp b/unittests/Format/FormatTest.cpp index 97445c56b1..f9e73bb102 100644 --- a/unittests/Format/FormatTest.cpp +++ b/unittests/Format/FormatTest.cpp @@ -15,9 +15,6 @@ #include "llvm/Support/Debug.h" #include "gtest/gtest.h" -// Uncomment to get debug output from tests: -// #define DEBUG_WITH_TYPE(T, X) do { X; } while(0) - namespace clang { namespace format { |