[libc++] NFC: Remove outdated #if comment

This commit is contained in:
Louis Dionne 2020-05-04 11:39:16 -04:00
parent 3b7f3d012b
commit d28f69d923
1 changed files with 2 additions and 2 deletions

View File

@ -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)