diff --git a/src/main.rs b/src/main.rs index b910ab1..215b814 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,9 +39,6 @@ fn main() -> Result<(), Box> { let raw_conf = open_file(matches.value_of("file").unwrap_or("two_robots.txt"))?; - // We store all the robots inside a pool O_o - let mut robot_pool: Vec = Vec::new(); - Ok(()) }