Skip to content

Commit fe74ba6

Browse files
author
Alexey Samsonov
committed
Delete unused private field to fix -Werror build
llvm-svn: 193763
1 parent bad4565 commit fe74ba6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang-tools-extra/pp-trace/PPTrace.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ class PPTraceConsumer : public ASTConsumer {
113113
// PP takes ownership.
114114
PP.addPPCallbacks(new PPCallbacksTracker(Ignore, CallbackCalls, PP));
115115
}
116-
117-
private:
118-
PPCallbacksTracker *CallbacksTracker; // Not owned here.
119116
};
120117

121118
class PPTraceAction : public SyntaxOnlyAction {

0 commit comments

Comments
 (0)