Skip to content

Commit

Permalink
Remove another GTEST_DISALLOW_ASSIGN_ that crept in
Browse files Browse the repository at this point in the history
They were all removed in google#2815, but it looks like this one got added
from a Google export which missed the update. See google#2815 for reasons why
removing this is desirable.
  • Loading branch information
bsilver8192 committed Jan 6, 2022
1 parent 6b74da4 commit 58b71c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions googlemock/include/gmock/gmock-matchers.h
Original file line number Diff line number Diff line change
Expand Up @@ -1462,8 +1462,6 @@ class ConditionalMatcher {
bool condition_;
MatcherTrue matcher_true_;
MatcherFalse matcher_false_;

GTEST_DISALLOW_ASSIGN_(ConditionalMatcher);
};

// Wrapper for implementation of Any/AllOfArray().
Expand Down

0 comments on commit 58b71c9

Please sign in to comment.