Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815"

Breaks build on sanitizer bots.

This reverts commit r339943.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@339971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vitaly Buka
2018-08-16 23:57:16 +00:00
parent aec9e0e5a2
commit 245791ae73
4 changed files with 136 additions and 175 deletions

View File

@@ -27,7 +27,6 @@
#ifndef _LIBCPP_HAS_NO_THREADS
#include <atomic>
#endif
#include <bit>
#include <bitset>
#include <cassert>
#include <ccomplex>