aboutsummaryrefslogtreecommitdiff
path: root/include/tak.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/tak.c')
-rw-r--r--include/tak.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tak.c b/include/tak.c
index ef4fc7d..3d3ba0f 100644
--- a/include/tak.c
+++ b/include/tak.c
@@ -15,7 +15,6 @@ uint8_t white_count, black_count, ply;
// Helpers
// ===================================================================
-#define NUM_INC (0x1<<NUM_SHIFT) // 0b00010000
#define NUM_MASK (0xF<<NUM_SHIFT) // 0b11110000
#define DFS_MASK 0b00001100
#define NOT_DFS_MASK 0b11110011