diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-13 17:18:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 17:18:11 (GMT) |
commit | 7800ba3eeade13ae7afb5877d7d59202a4d0ed5e (patch) | |
tree | 0eeba0200bdf8b729f0ab9fd997eb068fc7752ed /googlemock | |
parent | 65b42fa6152c7ce9ab9e5075d77d01d5f59c4ce3 (diff) | |
parent | 18c940d13a58a3fa1016d2887e66bd1c73720e0f (diff) | |
download | googletest-7800ba3eeade13ae7afb5877d7d59202a4d0ed5e.zip googletest-7800ba3eeade13ae7afb5877d7d59202a4d0ed5e.tar.gz googletest-7800ba3eeade13ae7afb5877d7d59202a4d0ed5e.tar.bz2 |
Merge pull request #1732 from gennadiycivil/master
comment cleanup
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/include/gmock/internal/custom/gmock-matchers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/googlemock/include/gmock/internal/custom/gmock-matchers.h b/googlemock/include/gmock/internal/custom/gmock-matchers.h index b9b7e3f..227d91f 100644 --- a/googlemock/include/gmock/internal/custom/gmock-matchers.h +++ b/googlemock/include/gmock/internal/custom/gmock-matchers.h @@ -31,8 +31,6 @@ // An installation-specific extension point for gmock-matchers.h. // ============================================================ // -// Adds google3 callback support to CallableTraits. - // GOOGLETEST_CM0002 DO NOT DELETE #ifndef GMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_MATCHERS_H_ |