Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakages

Remove it for now. This flag can be set in build scripts instead.

llvm-svn: 217061
This commit is contained in:
Jonathan Roelofs 2014-09-03 18:48:28 +00:00
parent 7a76c2409e
commit 3bb7b558df
1 changed files with 0 additions and 6 deletions

View File

@ -656,12 +656,6 @@ template <unsigned> struct __static_assert_check {};
# define _LIBCPP_TRIVIAL_PAIR_COPY_CTOR 1
#endif
#if !defined(__APPLE__) && \
((!defined(_POSIX_TIMERS) || _POSIX_TIMERS < 0) || \
(!defined(_POSIX_MONOTONIC_CLOCK) || _POSIX_MONOTONIC_CLOCK < 0))
#define _LIBCPP_HAS_NO_MONOTONIC_CLOCK
#endif
#ifndef _LIBCPP_STD_VER
# if __cplusplus <= 201103L
# define _LIBCPP_STD_VER 11