From 47590c9054a3b3f39424ecc1f6870e632062f6da Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 27 Jun 2022 16:36:16 +0200 Subject: [PATCH] Remove redundant comment after removing variable --- ai/default/aidata.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ai/default/aidata.h b/ai/default/aidata.h index 8049a6669d..a454deb0f9 100644 --- a/ai/default/aidata.h +++ b/ai/default/aidata.h @@ -23,8 +23,7 @@ struct player; enum winning_strategy { - WIN_OPEN // still undetermined - , // we have no other choice than to crush all opposition + WIN_OPEN, // still undetermined WIN_SPACE, // we will race for space, peace very important WIN_CAPITAL // we cannot win unless we take war_target's capital };