[libc++] Remove workaround for missing declarations on Windows store apps
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 24 Aug 2021 14:37:07 +0000 (10:37 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 11 Mar 2022 14:08:30 +0000 (09:08 -0500)
commita805a15b287f9afa63f127568619c300f756fd36
tree4b3188c7b3604851cd05a2e950b13607e1d881ee
parent21f73d5826fb5024a27eaacafadfa316f58949c5
[libc++] Remove workaround for missing declarations on Windows store apps

We don't need preprocessor logic to exclude those declarations when compiling for
the Windows App Store, because that is handled by using_if_exists now.

Differential Revision: https://reviews.llvm.org/D108632
libcxx/include/__config
libcxx/include/cstdlib