From 6b63c98ac43efc992122f1da12aaf0a0e0658206 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 8 Nov 2022 07:57:31 -0800 Subject: [PATCH] Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class. Fixes: #4048 PiperOrigin-RevId: 486951561 Change-Id: I4fae101b5ac5ed4f46c32aba8c36519e1f784db1 --- googlemock/include/gmock/gmock-spec-builders.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemock/include/gmock/gmock-spec-builders.h b/googlemock/include/gmock/gmock-spec-builders.h index ef199ab8..c1b725b3 100644 --- a/googlemock/include/gmock/gmock-spec-builders.h +++ b/googlemock/include/gmock/gmock-spec-builders.h @@ -656,7 +656,7 @@ class GTEST_API_ InSequence { InSequence(const InSequence&) = delete; InSequence& operator=(const InSequence&) = delete; -} GTEST_ATTRIBUTE_UNUSED_; +}; namespace internal {