Explorar el Código

fixup! common: bit_util: Add BIT macro.

bunnei hace 5 años
padre
commit
a488b86e97
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/common/bit_util.h

+ 0 - 2
src/common/bit_util.h

@@ -44,6 +44,4 @@ template <typename T>
     return static_cast<u32>(log2_f + static_cast<u64>((value ^ (1ULL << log2_f)) != 0ULL));
 }
 
-#define BIT(n) (1U << (n))
-
 } // namespace Common