[libc++] Remove the __libcpp_version file
authorLouis Dionne <ldionne.2@gmail.com>
Wed, 23 Mar 2022 17:17:06 +0000 (13:17 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 31 Mar 2022 13:34:41 +0000 (09:34 -0400)
commit19246b0779a255d870284d32e5a7487af4f233f6
tree0fa85999d34811c997f9baa362c7db1a4b710aaf
parent33b3c86afab06ad61d46456c85c0b565cfff8287
[libc++] Remove the __libcpp_version file

It seems to have been added back in 761e42fa3dd72 for Clang to use it,
however it seems to have never been used for that purpose, so it is
probably fine to remove it.

Differential Revision: https://reviews.llvm.org/D122330
libcxx/docs/Contributing.rst
libcxx/include/CMakeLists.txt
libcxx/include/__libcpp_version [deleted file]
libcxx/test/libcxx/libcpp_version.pass.cpp [deleted file]
libcxx/test/libcxx/lint/lint_headers.sh.py
libcxx/utils/generate_assertion_tests.py
libcxx/utils/generate_private_header_tests.py
libcxx/utils/graph_header_deps.py