]> granicus.if.org Git - clang/commit
Remove trivial dtor that was making uses of the copy ctor -Wdeprecated unclean
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 28 Sep 2015 23:48:49 +0000 (23:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 28 Sep 2015 23:48:49 +0000 (23:48 +0000)
commitc950a0102bcb82d475711b2782e245eb778fe2af
tree97105e3ae3f6683efffe50c405a812b684895c5b
parent757da432107d7c06a337f0984acf60d4bccec08d
Remove trivial dtor that was making uses of the copy ctor -Wdeprecated unclean

And also remove an unused variable that's now diagnosed by
-Wunused-variable since the dtor is now trivial.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248759 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderDecl.cpp