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)
commit8f655ef0415338b341602c144c0c8b1c471d2e81
treef69c3334275fd8ba3e547fe6c3a88087f9a21081
parent32abc6edac8fb7d4cb9472bf00246dba19d1d47b
Remove explicit copy ctor in favor of the default so as not to disable/deprecate the implicit copy assignment operator

llvm-svn: 231108
llvm/unittests/ADT/SCCIteratorTest.cpp