Merge pull request #2359 from kuzkry:superfluous-mutable

PiperOrigin-RevId: 261947085
This commit is contained in:
CJ Johnson
2019-08-06 15:02:42 -04:00
9 changed files with 21 additions and 486 deletions

View File

@@ -1870,7 +1870,7 @@ class MockFunction<R(Args...)> {
}
private:
mutable internal::FunctionMocker<R(Args...)> mock_;
internal::FunctionMocker<R(Args...)> mock_;
};
// The style guide prohibits "using" statements in a namespace scope