From a3925057b0746587e182da0628325a52e6949c02 Mon Sep 17 00:00:00 2001 From: lemonsqueeze Date: Wed, 29 Jun 2016 14:46:11 +0200 Subject: [PATCH] 1lib.c: don't use board clen in tactics --- tactics/1lib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tactics/1lib.c b/tactics/1lib.c index a0e5da3..fa97c3d 100644 --- a/tactics/1lib.c +++ b/tactics/1lib.c @@ -55,9 +55,6 @@ bool can_countercapture(struct board *b, enum stone owner, group_t g, enum stone to_play, struct move_queue *q, int tag) { - if (b->clen < 2) - return false; - unsigned int qmoves_prev = q ? q->moves : 0; foreach_in_group(b, g) { -- 2.11.4.GIT