[libcxx-commits] [libcxx] d28f69d - [libc++] NFC: Remove outdated #if comment

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 4 08:39:37 PDT 2020


Author: Louis Dionne
Date: 2020-05-04T11:39:28-04:00
New Revision: d28f69d923a675af696c058747d63213e71e0997

URL: https://github.com/llvm/llvm-project/commit/d28f69d923a675af696c058747d63213e71e0997
DIFF: https://github.com/llvm/llvm-project/commit/d28f69d923a675af696c058747d63213e71e0997.diff

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

Added: 
    

Modified: 
    libcxx/src/chrono.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/src/chrono.cpp b/libcxx/src/chrono.cpp
index 2d5f172aff7f..9e8a1b32b41d 100644
--- a/libcxx/src/chrono.cpp
+++ b/libcxx/src/chrono.cpp
@@ -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)


        


More information about the libcxx-commits mailing list