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:
Brian 2022-01-05 21:33:05 -08:00
parent 6b74da4757
commit 58b71c9ea2

View File

@ -1462,8 +1462,6 @@ class ConditionalMatcher {
bool condition_;
MatcherTrue matcher_true_;
MatcherFalse matcher_false_;
GTEST_DISALLOW_ASSIGN_(ConditionalMatcher);
};
// Wrapper for implementation of Any/AllOfArray().