mirror of
https://github.com/google/googletest.git
synced 2024-12-26 17:41:03 +08:00
Remove incorrect GTEST_ATTRIBUTE_UNUSED_ from InSequence class.
Fixes: #4048 PiperOrigin-RevId: 486951561 Change-Id: I4fae101b5ac5ed4f46c32aba8c36519e1f784db1
This commit is contained in:
parent
386c7665f5
commit
6b63c98ac4
@ -656,7 +656,7 @@ class GTEST_API_ InSequence {
|
||||
|
||||
InSequence(const InSequence&) = delete;
|
||||
InSequence& operator=(const InSequence&) = delete;
|
||||
} GTEST_ATTRIBUTE_UNUSED_;
|
||||
};
|
||||
|
||||
namespace internal {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user