Skip to content

Commit 0e61a9e

Browse files
authored
Removing declaration of deleted copy assigment in gtest.h (#887)
1 parent 8a61832 commit 0e61a9e

File tree

1 file changed

+0
-5
lines changed
  • testing-resources/include/aws/external

1 file changed

+0
-5
lines changed

testing-resources/include/aws/external/gtest.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11864,8 +11864,6 @@ class ValueArray1 {
1186411864
}
1186511865

1186611866
private:
11867-
// No implementation - assignment is unsupported.
11868-
void operator=(const ValueArray1& other);
1186911867

1187011868
const T1 v1_;
1187111869
};
@@ -11882,9 +11880,6 @@ class ValueArray2 {
1188211880
}
1188311881

1188411882
private:
11885-
// No implementation - assignment is unsupported.
11886-
void operator=(const ValueArray2&)=delete;
11887-
1188811883
const T1 v1_;
1188911884
const T2 v2_;
1189011885
};

0 commit comments

Comments
 (0)