"git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "b1f84bf1763b1010597bff13c79b5388eebdf205"
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 { ...@@ -656,7 +656,7 @@ class GTEST_API_ InSequence {
InSequence(const InSequence&) = delete; InSequence(const InSequence&) = delete;
InSequence& operator=(const InSequence&) = delete; InSequence& operator=(const InSequence&) = delete;
} GTEST_ATTRIBUTE_UNUSED_; };
namespace internal { 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