From 7ee45dd5ec1862e8b6cdfd169ca6e4ed36be47ce Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 23 Nov 2020 00:32:54 +0000 Subject: [PATCH] done this todo Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index ee5b4ad8..864e83d3 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -36,8 +36,6 @@ const RESOURCES : &[(&'static str, ResourceLocation, ContentType)] = &[ ("wasm.js", RL::Wasm("otter_wasm.js"), ContentType::JavaScript), ]; -// xxx need remove game from cli - #[derive(Debug)] struct CheckedResourceLeaf { safe_leaf: &'static str, -- 2.30.2