Remove no-op dtor so that use of the implicit copy ctor/assignment operator are not...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:52:59 +0000 (19:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:52:59 +0000 (19:52 +0000)
commitb858734918ba3f0d7ef4140777cfd643cc097ad2
tree8aea349ac962ca08672fccd508c5386feaa29148
parent7b1d76b9e5c26d0381dcae535f7f073a904749ca
Remove no-op dtor so that use of the implicit copy ctor/assignment operator are not deprecated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231112 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/HashingTest.cpp