Remove copy ctors that did the same thing as the default one.
The code added nothing but potentially disabled move semantics and made types non-trivially copyable. llvm-svn: 203563
Loading
Please register or sign in to comment
The code added nothing but potentially disabled move semantics and made types non-trivially copyable. llvm-svn: 203563