summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-10-31 17:03:07 +0000
committerAlexey Samsonov <samsonov@google.com>2013-10-31 17:03:07 +0000
commitfe74ba6b7b5de5e2f5fe155e3a3e51ea42df9322 (patch)
tree057453ed8683e6c7c9fa6e0bd0a1689e9e69f345
parentbad4565be00db8fae1c66e9f6a6183e15aec74e0 (diff)
downloadbcm5719-llvm-fe74ba6b7b5de5e2f5fe155e3a3e51ea42df9322.tar.gz
bcm5719-llvm-fe74ba6b7b5de5e2f5fe155e3a3e51ea42df9322.zip
Delete unused private field to fix -Werror build
llvm-svn: 193763
-rw-r--r--clang-tools-extra/pp-trace/PPTrace.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang-tools-extra/pp-trace/PPTrace.cpp b/clang-tools-extra/pp-trace/PPTrace.cpp
index b6a17a13f39..837fc6d2bf7 100644
--- a/clang-tools-extra/pp-trace/PPTrace.cpp
+++ b/clang-tools-extra/pp-trace/PPTrace.cpp
@@ -113,9 +113,6 @@ public:
// PP takes ownership.
PP.addPPCallbacks(new PPCallbacksTracker(Ignore, CallbackCalls, PP));
}
-
-private:
- PPCallbacksTracker *CallbacksTracker; // Not owned here.
};
class PPTraceAction : public SyntaxOnlyAction {
OpenPOWER on IntegriCloud