This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Remove a broken win32 locale function redirection
ClosedPublic

Authored by mstorsjo on Nov 21 2017, 2:19 PM.

Details

Summary

One can't replace vsscanf(_l) with a sscanf(_l) that doesn't take a va_list.

This has been untouched since it was added in SVN r140728, so apparently it hasn't been used since. One reason for this mistake originally might have been that there was no _vsscanf_l until MSVC 2015.

Since it's unused, just remove this define.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Nov 21 2017, 2:19 PM
EricWF accepted this revision.Nov 21 2017, 2:38 PM
This revision is now accepted and ready to land.Nov 21 2017, 2:38 PM
This revision was automatically updated to reflect the committed changes.