mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refactor: Fix clang-tidy modernize-use-override
This commit is contained in:
@@ -7,8 +7,6 @@ SWIFT_DEFINE_SEQUENCE_MIXINS(swift::misc, CPropertyIndex, CPropertyIndexList)
|
||||
|
||||
namespace swift::misc
|
||||
{
|
||||
CPropertyIndexList::CPropertyIndexList() {}
|
||||
|
||||
CPropertyIndexList::CPropertyIndexList(const CSequence<CPropertyIndex> &other) : CSequence<CPropertyIndex>(other) {}
|
||||
|
||||
CPropertyIndexList CPropertyIndexList::copyFrontRemoved() const
|
||||
|
||||
Reference in New Issue
Block a user