From 6f34f27eaae01303c360bb8b25a2f2fa809909de Mon Sep 17 00:00:00 2001 From: Martin HART Date: Tue, 27 Oct 2020 16:09:44 +0100 Subject: [PATCH] pop() shit --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) 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(()) }