Remove duplicate __has_feature check
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
#define __has_feature(x) 0
|
||||
#endif
|
||||
|
||||
#ifndef __has_feature
|
||||
#define __has_feature(x) 0
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
double now() {
|
||||
|
||||
Reference in New Issue
Block a user