Wdeprecated: Make the SecKeychainBugVisitor copyable (for the clone support in the CRTP base) my removing the user-declared dtor

The implicit dtor is just as good, and avoid suppressing implicit
copy/move ops.

llvm-svn: 244981
This commit is contained in:
David Blaikie 2015-08-13 23:09:18 +00:00
parent 78f7fc7e57
commit 2038b54eae
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ private:
public: public:
SecKeychainBugVisitor(SymbolRef S) : Sym(S) {} SecKeychainBugVisitor(SymbolRef S) : Sym(S) {}
~SecKeychainBugVisitor() override {}
void Profile(llvm::FoldingSetNodeID &ID) const override { void Profile(llvm::FoldingSetNodeID &ID) const override {
static int X = 0; static int X = 0;