This is an archive of the discontinued LLVM Phabricator instance.

[NFC][ADT] Remove unnecessary struct ilist_node_traits
AcceptedPublic

Authored by prehistoric-penguin on Jul 13 2022, 7:56 PM.

Details

Summary

Remove unnecessary struct ilist_node_traits according to todo

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2022, 7:56 PM
prehistoric-penguin requested review of this revision.Jul 13 2022, 7:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2022, 7:56 PM

I don’t have easy access to git-grep right now. Can you confirm that there are no other uses of this left over? (E.g., a forward declaration and specialization somewhere?)

I don’t have easy access to git-grep right now. Can you confirm that there are no other uses of this left over? (E.g., a forward declaration and specialization somewhere?)

I have confirmed that there is no other reference except the one I removed, thanks!

Please can you improve the subject line / description - at least mention what struct you are removing / motivation.

[NFC][ADT] Remove unnecessary struct ilist_node_traits

Please can you improve the subject line / description - at least mention what struct you are removing / motivation.

I have updated it, thanks!

RKSimon requested changes to this revision.Jul 21 2022, 3:54 AM

subject line / description still needs updating

This revision now requires changes to proceed.Jul 21 2022, 3:54 AM
prehistoric-penguin retitled this revision from [NFC][ADT] Remove unnecessary struct to [NFC][ADT] Remove unnecessary struct ilist_node_traits.Jul 21 2022, 8:11 PM
prehistoric-penguin edited the summary of this revision. (Show Details)
prehistoric-penguin requested review of this revision.Jul 21 2022, 8:13 PM

Thanks, the subject line, and description are updated.

RKSimon accepted this revision.Jul 22 2022, 2:37 AM

LGTM

This revision is now accepted and ready to land.Jul 22 2022, 2:37 AM