Skip to content

Commit 96f4ce0

Browse files
Abseil TeamCJ-Johnson
authored andcommitted
Googletest export
Delete GOOGLETEST_CM.* tags from C++ code. PiperOrigin-RevId: 386268534
1 parent ce4895a commit 96f4ce0

33 files changed

+5
-73
lines changed

googlemock/include/gmock/gmock-actions.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@
125125
// To learn more about using these macros, please search for 'ACTION' on
126126
// https://github.com/google/googletest/blob/master/docs/gmock_cook_book.md
127127

128-
// GOOGLETEST_CM0002 DO NOT DELETE
129-
130128
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
131129
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_
132130

googlemock/include/gmock/gmock-cardinalities.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@
3434
// cardinalities can be defined by the user implementing the
3535
// CardinalityInterface interface if necessary.
3636

37-
// GOOGLETEST_CM0002 DO NOT DELETE
38-
3937
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
4038
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_CARDINALITIES_H_
4139

googlemock/include/gmock/gmock-function-mocker.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131
//
3232
// This file implements MOCK_METHOD.
3333

34-
// GOOGLETEST_CM0002 DO NOT DELETE
35-
3634
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_FUNCTION_MOCKER_H_ // NOLINT
3735
#define GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_FUNCTION_MOCKER_H_ // NOLINT
3836

googlemock/include/gmock/gmock-matchers.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@
250250
// See googletest/include/gtest/gtest-matchers.h for the definition of class
251251
// Matcher, class MatcherInterface, and others.
252252

253-
// GOOGLETEST_CM0002 DO NOT DELETE
254-
255253
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
256254
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
257255

googlemock/include/gmock/gmock-more-actions.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
//
3333
// This file implements some commonly used variadic actions.
3434

35-
// GOOGLETEST_CM0002 DO NOT DELETE
36-
3735
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
3836
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_ACTIONS_H_
3937

googlemock/include/gmock/gmock-more-matchers.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
// Note that tests are implemented in gmock-matchers_test.cc rather than
3636
// gmock-more-matchers-test.cc.
3737

38-
// GOOGLETEST_CM0002 DO NOT DELETE
39-
4038
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_MATCHERS_H_
4139
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MORE_MATCHERS_H_
4240

googlemock/include/gmock/gmock-nice-strict.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
// In particular, nesting NiceMock, NaggyMock, and StrictMock is NOT
5959
// supported.
6060

61-
// GOOGLETEST_CM0002 DO NOT DELETE
62-
6361
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
6462
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_NICE_STRICT_H_
6563

googlemock/include/gmock/gmock-spec-builders.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
// where all clauses are optional, and .InSequence()/.After()/
5757
// .WillOnce() can appear any number of times.
5858

59-
// GOOGLETEST_CM0002 DO NOT DELETE
60-
6159
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
6260
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_SPEC_BUILDERS_H_
6361

googlemock/include/gmock/gmock.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
//
3333
// This is the main header file a user should include.
3434

35-
// GOOGLETEST_CM0002 DO NOT DELETE
36-
3735
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_H_
3836
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_H_
3937

googlemock/include/gmock/internal/custom/gmock-generated-actions.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// GOOGLETEST_CM0002 DO NOT DELETE
2-
31
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
42
#define GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_CUSTOM_GMOCK_GENERATED_ACTIONS_H_
53

0 commit comments

Comments
 (0)