Remove a broken win32 locale function redirection
authorMartin Storsjo <martin@martin.st>
Tue, 21 Nov 2017 22:41:15 +0000 (22:41 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 21 Nov 2017 22:41:15 +0000 (22:41 +0000)
commit837c5b6b13014c353b591ba5fa8908bcdf7acc84
tree88ddd528c24388f4378219a76dbb3cc31d848e5f
parentfeeb0b705c66442bbb0fb10823d211ce7505cb8c
Remove a broken win32 locale function redirection

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.

Differential Revision: https://reviews.llvm.org/D40323

llvm-svn: 318810
libcxx/include/support/win32/locale_win32.h