chiark / gitweb /
done this todo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 23 Nov 2020 00:32:54 +0000 (00:32 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 23 Nov 2020 00:32:54 +0000 (00:32 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/daemon-otter.rs

index ee5b4ad8f247f8f23638f36e8ba04bf9c3b4484b..864e83d3e9eeef88c3d17368e788956a9d5ff600 100644 (file)
@@ -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,