forked from OSchip/llvm-project
[libc++] NFC: Remove outdated #if comment
This commit is contained in:
parent
3b7f3d012b
commit
d28f69d923
|
@ -25,8 +25,8 @@
|
|||
#endif
|
||||
#else
|
||||
#if !defined(CLOCK_REALTIME) || !defined(_LIBCPP_USE_CLOCK_GETTIME)
|
||||
#include <sys/time.h> // for gettimeofday and timeval
|
||||
#endif // !defined(CLOCK_REALTIME)
|
||||
#include <sys/time.h> // for gettimeofday and timeval
|
||||
#endif
|
||||
#endif // defined(_LIBCPP_WIN32API)
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_MONOTONIC_CLOCK)
|
||||
|
|
Loading…
Reference in New Issue