From 78f4c80e8e526f5f0fe1807821636828bf3ec007 Mon Sep 17 00:00:00 2001 From: tali Date: Sun, 16 Apr 2023 03:01:15 -0400 Subject: [PATCH] remove useless TODO --- fish/src/bot.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/fish/src/bot.rs b/fish/src/bot.rs index c1bb3aa..49ccf56 100644 --- a/fish/src/bot.rs +++ b/fish/src/bot.rs @@ -55,7 +55,6 @@ impl Bot { } struct Evaluator { - // TODO: weights weights: Weights, root_score: i32, root_queue_len: usize,