Skip to content

Commit

Permalink
[ADT] Remove more llvm::make_unique
Browse files Browse the repository at this point in the history
  • Loading branch information
jroelofs committed Jan 28, 2020
1 parent 39fe440 commit a32f894
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 77 deletions.
1 change: 0 additions & 1 deletion llvm/unittests/ADT/CMakeLists.txt
Expand Up @@ -39,7 +39,6 @@ add_llvm_unittest(ADTTests
IntervalMapTest.cpp
IntrusiveRefCntPtrTest.cpp
IteratorTest.cpp
MakeUniqueTest.cpp
MappedIteratorTest.cpp
MapVectorTest.cpp
OptionalTest.cpp
Expand Down
2 changes: 1 addition & 1 deletion llvm/unittests/ADT/FunctionRefTest.cpp
@@ -1,4 +1,4 @@
//===- llvm/unittest/ADT/MakeUniqueTest.cpp - std::make_unique unit tests ------===//
//===- llvm/unittest/ADT/FunctionRefTest.cpp - function_ref unit tests ----===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
75 changes: 0 additions & 75 deletions llvm/unittests/ADT/MakeUniqueTest.cpp

This file was deleted.

0 comments on commit a32f894

Please sign in to comment.