[libc++] Remove unused macro in __config
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 22 Sep 2021 20:50:46 +0000 (16:50 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 23 Sep 2021 17:09:32 +0000 (13:09 -0400)
commite6126faba060d5341dae6c5cc99a22a80d8c4d23
treee71f36912389d74972d92391a3f28939adf9eda9
parente2050f94b65322f886eade488e4398cb38a480df
[libc++] Remove unused macro in __config

That macro was being defined but not used anywhere in libc++, so it
must be safe to remove it.

As a fly-by fix, also remove mentions of this macro in other places
in LLVM, to make sure they were not depending on the value defined in
libc++.

Differential Revision: https://reviews.llvm.org/D110289
clang-tools-extra/clangd/unittests/JSONTransportTests.cpp
libcxx/include/__config
llvm/lib/Support/LockFileManager.cpp