[libc++] NFCI: Remove the _LIBCPP_DEBUG_MODE helper macro
authorLouis Dionne <ldionne@apple.com>
Fri, 2 Oct 2020 19:07:40 +0000 (15:07 -0400)
committerLouis Dionne <ldionne@apple.com>
Fri, 2 Oct 2020 19:11:23 +0000 (15:11 -0400)
commit870827f65222ebb1a9701d4d0e916f315dc692a8
tree995f6cbb5147b4c8fdfe3e4c67c4c30669764c66
parent31e820378b8ae4d81e9d206a7dae64ccf4b4c97f
[libc++] NFCI: Remove the _LIBCPP_DEBUG_MODE helper macro

It was used inconsistently and the name was pretty confusing, so we might
as well use `#if _LIBCPP_DEBUG_LEVEL == 2` consistently everywhere.
libcxx/include/__debug
libcxx/include/__hash_table