Remove explicit copy ctor in favor of the default so as not to disable/deprecate...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:29:11 +0000 (19:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 19:29:11 +0000 (19:29 +0000)
commitf9a9c6f6608dd37137bf3ee5d3777cb1d6a3c6dd
treeb9d4ffcf52bd08fe09467347e14637fe5cd6e489
parent6e274fd1abcd25db684554815c45b0ea53006e99
Remove explicit copy ctor in favor of the default so as not to disable/deprecate the implicit copy assignment operator

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