Remove duplicate __has_feature check

This commit is contained in:
2025-08-20 10:41:54 -04:00
parent a20b61ec56
commit cf9598a568

View File

@@ -26,10 +26,6 @@
#define __has_feature(x) 0 #define __has_feature(x) 0
#endif #endif
#ifndef __has_feature
#define __has_feature(x) 0
#endif
namespace { namespace {
double now() { double now() {