[C++11] Now that we have C++11 and I've replaced the use of this
authorChandler Carruth <chandlerc@gmail.com>
Sun, 9 Mar 2014 11:51:11 +0000 (11:51 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 9 Mar 2014 11:51:11 +0000 (11:51 +0000)
commitf328eebf3239ebfa2a60f60794f075dd25d9767e
tree7e71d548c4e1b306c90358f7fd08d6468240a2f5
parent15903b7dc5cc31c529010b659eab326fd7565671
[C++11] Now that we have C++11 and I've replaced the use of this
horrible smart pointer by std::unique_ptr and strict move semantics, rip
this out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203392 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/polymorphic_ptr.h [deleted file]
unittests/ADT/CMakeLists.txt
unittests/ADT/polymorphic_ptr_test.cpp [deleted file]