diff options
author | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-09-07 06:08:28 +0200 |
---|---|---|
committer | Krystian Kuzniarek <krystian.kuzniarek@gmail.com> | 2019-09-16 19:21:37 +0200 |
commit | 7c2bd3af981e9f257a0b61ce664953008c105dad (patch) | |
tree | f78df1d1d48cbefeedbd4d22fccea82c742d44f7 /googlemock/include/gmock/internal/gmock-internal-utils.h | |
parent | f2fb48c3b3d79a75a88a99fba6576b25d42ec528 (diff) | |
download | googletest-7c2bd3af981e9f257a0b61ce664953008c105dad.tar.gz googletest-7c2bd3af981e9f257a0b61ce664953008c105dad.tar.bz2 googletest-7c2bd3af981e9f257a0b61ce664953008c105dad.zip |
square away the stuff that hasn't been merged in a manual review
This fixes up ab8f346b (a manual merge) that has abandoned some things
from PR #2395.
Diffstat (limited to 'googlemock/include/gmock/internal/gmock-internal-utils.h')
-rw-r--r-- | googlemock/include/gmock/internal/gmock-internal-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/googlemock/include/gmock/internal/gmock-internal-utils.h b/googlemock/include/gmock/internal/gmock-internal-utils.h index fdc049c5..d012e710 100644 --- a/googlemock/include/gmock/internal/gmock-internal-utils.h +++ b/googlemock/include/gmock/internal/gmock-internal-utils.h @@ -334,8 +334,6 @@ class WithoutMatchers { // Internal use only: access the singleton instance of WithoutMatchers. GTEST_API_ WithoutMatchers GetWithoutMatchers(); -// Type traits. - // Disable MSVC warnings for infinite recursion, since in this case the // the recursion is unreachable. #ifdef _MSC_VER |