diff options
Diffstat (limited to 'llvm/unittests/ADT/SmallVectorTest.cpp')
-rw-r--r-- | llvm/unittests/ADT/SmallVectorTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/ADT/SmallVectorTest.cpp b/llvm/unittests/ADT/SmallVectorTest.cpp index a18785a..ba6c395 100644 --- a/llvm/unittests/ADT/SmallVectorTest.cpp +++ b/llvm/unittests/ADT/SmallVectorTest.cpp @@ -717,7 +717,6 @@ template <int I> struct EmplaceableArg { explicit EmplaceableArg(bool) : State(EAS_Arg) {} private: - EmplaceableArg(const EmplaceableArg &X) LLVM_DELETED_FUNCTION; EmplaceableArg &operator=(EmplaceableArg &&) LLVM_DELETED_FUNCTION; EmplaceableArg &operator=(const EmplaceableArg &) LLVM_DELETED_FUNCTION; }; |