This is an archive of the discontinued LLVM Phabricator instance.

[libc++][NFC] Remove some dead code
ClosedPublic

Authored by philnik on Aug 17 2023, 3:55 PM.

Details

Reviewers
Mordante
Group Reviewers
Restricted Project
Commits
rG22347afb724c: [libc++][NFC] Remove some dead code
Summary

We only support Clang on windows, so this code path is never taken.

Diff Detail

Event Timeline

philnik created this revision.Aug 17 2023, 3:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2023, 3:55 PM
philnik requested review of this revision.Aug 17 2023, 3:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2023, 3:55 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Aug 23 2023, 9:24 AM
Mordante added a subscriber: Mordante.

LGTM since the CI is happy too.

This revision is now accepted and ready to land.Aug 23 2023, 9:24 AM
This revision was automatically updated to reflect the committed changes.