Removed DEBUG_TYPE from TokenAnalyzer.h
authorKrasimir Georgiev <krasimir@google.com>
Tue, 29 Nov 2016 10:21:28 +0000 (10:21 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Tue, 29 Nov 2016 10:21:28 +0000 (10:21 +0000)
Summary:
Defining DEBUG_TYPE in a header file doesn't make sense.
It is already defined in the corresponding source file.

Reviewers: klimek, ioeric

Subscribers: klimek

Differential Revision: https://reviews.llvm.org/D27164

llvm-svn: 288125

clang/lib/Format/TokenAnalyzer.h

index aef1ae3..b49f3da 100644 (file)
@@ -31,8 +31,6 @@
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/Debug.h"
 
-#define DEBUG_TYPE "format-formatter"
-
 namespace clang {
 namespace format {