From 5c519485dc18aa9dab7ba1b5bfab32f741392f3c Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 3 Mar 2015 18:29:27 +0000 Subject: Avoid explicitly declaring the copy assignment operator, as this unnecessarily makes the copy ctor deprecated in C++11 llvm-svn: 231095 --- .../googletest/include/gtest/internal/gtest-param-util-generated.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h') diff --git a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h index 258267500ec..e32c762f75a 100644 --- a/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h +++ b/llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h @@ -100,9 +100,6 @@ class ValueArray2 { } private: - // No implementation - assignment is unsupported. - void operator=(const ValueArray2& other); - const T1 v1_; const T2 v2_; }; -- cgit v1.2.3