Commit 58b71c9e authored by Brian's avatar Brian
Browse files

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.
parent 6b74da47
...@@ -1462,8 +1462,6 @@ class ConditionalMatcher { ...@@ -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().
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment