Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.

Fixes: #4048
PiperOrigin-RevId: 486951561
Change-Id: I4fae101b5ac5ed4f46c32aba8c36519e1f784db1
pull/4060/head
Abseil Team 2 years ago committed by Copybara-Service
parent 386c7665f5
commit 6b63c98ac4
  1. 2
      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 {

Loading…
Cancel
Save