Remove timespec_get for now

This commit is contained in:
Jeffrey Smith II
2020-06-05 10:33:58 -04:00
parent a27e136baa
commit dd2d7b0ffe
+1 -1
View File
@@ -69,7 +69,7 @@ using ::gmtime;
#endif
using ::strftime;
#if _LIBCPP_STD_VER > 14 && defined(_LIBCPP_HAS_TIMESPEC_GET)
using ::timespec_get;
// using ::timespec_get;
#endif
_LIBCPP_END_NAMESPACE_STD