1 --- engine/liberty.h.orig 2020-08-25 08:52:13 UTC 2 +++ engine/liberty.h 3 @@ -856,10 +856,6 @@ struct worm_data { 4 5 extern struct worm_data worm[BOARDMAX]; 6 7 -/* Unconditionally meaningless moves. */ 8 -int meaningless_black_moves[BOARDMAX]; 9 -int meaningless_white_moves[BOARDMAX]; 10 - 11 /* Surround cache (see surround.c) */ 12 13 #define MAX_SURROUND 10 14