Avoid explicitly declaring the copy assignment operator, as this unnecessarily makes...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 18:29:27 +0000 (18:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 3 Mar 2015 18:29:27 +0000 (18:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231095 91177308-0d34-0410-b5e6-96231b3b80d8

utils/unittest/googletest/include/gtest/internal/gtest-param-util-generated.h

index 258267500ec187a999a20967600c550123d3e522..e32c762f75adacc600ebc6336578e86b39f6c4b3 100644 (file)
@@ -100,9 +100,6 @@ class ValueArray2 {
   }
 
  private:
-  // No implementation - assignment is unsupported.
-  void operator=(const ValueArray2& other);
-
   const T1 v1_;
   const T2 v2_;
 };