Commit 6b63c98a authored by Abseil Team's avatar Abseil Team Committed by Copybara-Service
Browse files

Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.

Fixes: #4048
PiperOrigin-RevId: 486951561
Change-Id: I4fae101b5ac5ed4f46c32aba8c36519e1f784db1
parent 386c7665
......@@ -656,7 +656,7 @@ class GTEST_API_ InSequence {
InSequence(const InSequence&) = delete;
InSequence& operator=(const InSequence&) = delete;
} GTEST_ATTRIBUTE_UNUSED_;
};
namespace internal {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment