diff options
Diffstat (limited to 'lib/Format/Format.cpp')
-rw-r--r-- | lib/Format/Format.cpp | 3 |
1 files changed, 0 insertions, 3 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 { |