diff --git a/unittests/ADT/SmallVectorTest.cpp b/unittests/ADT/SmallVectorTest.cpp index a18785af254..ba6c395e69f 100644 --- a/unittests/ADT/SmallVectorTest.cpp +++ b/unittests/ADT/SmallVectorTest.cpp @@ -717,7 +717,6 @@ template 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; };