aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorDavid Sunderland <sunderland@google.com>2018-04-19 01:10:22 -0400
committerDavid Sunderland <sunderland@google.com>2018-04-19 01:10:22 -0400
commitb2f97ab3179fbc435fb0f98eae793fe84476c7b8 (patch)
tree898b70f60f8f2183caf807abfa9296c90f09b11c /googlemock
parent1c79ad7a56de952bdbba196c4e893a05bc30d306 (diff)
downloadgoogletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.tar.gz
googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.tar.bz2
googletest-b2f97ab3179fbc435fb0f98eae793fe84476c7b8.zip
Revert useless use of GTEST_API_ on WithoutMatchers decl.
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/include/gmock/internal/gmock-internal-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/internal/gmock-internal-utils.h b/googlemock/include/gmock/internal/gmock-internal-utils.h
index 3d39296c..3e858e70 100644
--- a/googlemock/include/gmock/internal/gmock-internal-utils.h
+++ b/googlemock/include/gmock/internal/gmock-internal-utils.h
@@ -350,7 +350,7 @@ GTEST_API_ void Log(LogSeverity severity, const std::string& message,
//
// ON_CALL(mock, Method({}, nullptr))…
//
-class GTEST_API_ WithoutMatchers {
+class WithoutMatchers {
private:
WithoutMatchers() {}
friend WithoutMatchers GetWithoutMatchers();