Skip to content

Commit bba2d59

Browse files
committedNov 29, 2016
Removed DEBUG_TYPE from TokenAnalyzer.h
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
1 parent 633e14a commit bba2d59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎clang/lib/Format/TokenAnalyzer.h

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
#include "llvm/ADT/STLExtras.h"
3232
#include "llvm/Support/Debug.h"
3333

34-
#define DEBUG_TYPE "format-formatter"
35-
3634
namespace clang {
3735
namespace format {
3836

0 commit comments

Comments
 (0)
Please sign in to comment.