mirror of
https://github.com/google/googletest.git
synced 2024-12-27 10:11:03 +08:00
Remove another GTEST_DISALLOW_ASSIGN_ that crept in
They were all removed in #2815, but it looks like this one got added from a Google export which missed the update. See #2815 for reasons why removing this is desirable.
This commit is contained in:
parent
6b74da4757
commit
58b71c9ea2
@ -1462,8 +1462,6 @@ class ConditionalMatcher {
|
|||||||
bool condition_;
|
bool condition_;
|
||||||
MatcherTrue matcher_true_;
|
MatcherTrue matcher_true_;
|
||||||
MatcherFalse matcher_false_;
|
MatcherFalse matcher_false_;
|
||||||
|
|
||||||
GTEST_DISALLOW_ASSIGN_(ConditionalMatcher);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Wrapper for implementation of Any/AllOfArray().
|
// Wrapper for implementation of Any/AllOfArray().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user