From: Ian Jackson Date: Mon, 23 Nov 2020 00:32:54 +0000 (+0000) Subject: done this todo X-Git-Tag: otter-0.2.0~388 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7ee45dd5ec1862e8b6cdfd169ca6e4ed36be47ce;p=otter.git done this todo Signed-off-by: Ian Jackson --- 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,