mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 16:42:34 +00:00
Delete unused private field to fix -Werror build
llvm-svn: 193763
This commit is contained in:
parent
bad4565be0
commit
fe74ba6b7b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user