From 5e8888872e9eee65ea426440f9f73d4434db4dba Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Tue, 2 Nov 2010 11:38:21 +0100 Subject: [PATCH] Remove stalemate claim from MaxQi This was code that could not be triggered. --- maxqi.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/maxqi.c b/maxqi.c index 63c1119..cb7bc7e 100644 --- a/maxqi.c +++ b/maxqi.c @@ -330,10 +330,6 @@ int PrintResult(int s) } K=I; cnt = D(s,-I,I,Q,4*S,3); - if(cnt==0 && K==0 && L==0) { - printf("1/2-1/2 {Stalemate}\n"); - return 2; - } if(cnt==-I+1) { if (s == WHITE) printf("0-1 {Black mates}\n"); -- 1.7.0.4