Browse Source

Build fixes

Adam Ierymenko 5 years ago
parent
commit
a4e24c8390
1 changed files with 0 additions and 1 deletions
  1. 0 1
      node/OS.hpp

+ 0 - 1
node/OS.hpp

@@ -129,7 +129,6 @@
 #define restrict
 #endif
 #ifndef likely
-#define inline inline
 #define likely(x) (x)
 #endif
 #ifndef unlikely