drop useless TODO

This commit is contained in:
tali 2023-04-16 15:54:57 -04:00
parent 73467f4627
commit 04dddcdaa8
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ pub struct Bot {
impl Bot {
/// Constructs a new bot from the given initial state (matrix and queue).
// TODO: specify weights
pub fn new(weights: &Weights, matrix: &Mat, queue: Queue<'_>) -> Self {
let arena = bumpalo::Bump::new();
let root = Node::alloc_root(&arena, matrix, queue);