This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] is_strcmp parameter to is_equal is unused for WIN32
ClosedPublic

Authored by pirama on Sep 21 2018, 10:31 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

pirama created this revision.Sep 21 2018, 10:31 AM

This seems like overkill to me; why not add (void) use_strcmp right before line 67 instead?

pirama updated this revision to Diff 166527.Sep 21 2018, 11:55 AM

Simplify patch.

This revision is now accepted and ready to land.Sep 21 2018, 12:14 PM
This revision was automatically updated to reflect the committed changes.