This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove unused variable
ClosedPublic

Authored by fanbo-meng on Jun 18 2021, 8:55 AM.

Details

Reviewers
ldionne
abhina.sreeskantharajan
Group Reviewers
Restricted Project
Commits
rGc02160c17b7f: [libc++] Remove unused variable
Summary

Removing __current as it becomes unused-but-set after 2cf78d4ead4a2ab5375bd6087724211d04119a28.

Diff Detail

Event Timeline

fanbo-meng requested review of this revision.Jun 18 2021, 8:55 AM
fanbo-meng created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 18 2021, 8:55 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript

you still need a group reviewer to approve, but this LGTM

ldionne accepted this revision.Jun 21 2021, 7:52 AM

Next time you submit a patch, please do it with arc diff. It will make sure to include context in the patch.

This revision is now accepted and ready to land.Jun 21 2021, 7:52 AM
This revision was automatically updated to reflect the committed changes.