From: Ian Jackson Date: Sat, 15 May 2021 23:44:10 +0000 (+0100) Subject: Drop some done todos X-Git-Tag: otter-0.6.0~236 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=02dbeaf675961327f5b4a4e4a339afec1552b08e;p=otter.git Drop some done todos Signed-off-by: Ian Jackson --- diff --git a/daemon/main.rs b/daemon/main.rs index 1ea4df43..995078fb 100644 --- a/daemon/main.rs +++ b/daemon/main.rs @@ -314,9 +314,6 @@ impl fairing::Fairing for ReportStartup { #[throws(StartupError)] fn main() { - // todo test suite for cli at least - // todo test suite for web api - use structopt::StructOpt; #[derive(StructOpt)] struct Opts { diff --git a/src/bin/otter.rs b/src/bin/otter.rs index ea809ab0..dcac0d74 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -680,7 +680,6 @@ mod list_games { } // todo: list-players -// todo: list-accounts // todo: delete-account //---------- reset-game ---------- diff --git a/src/bundles.rs b/src/bundles.rs index 61695b99..ea61053f 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -31,7 +31,6 @@ pub struct Id { pub index: Index, pub kind: Kind, } #[derive(Debug,Clone)] pub struct InstanceBundles { - // todo: this vec is needed during loading only! bundles: Vec>, } diff --git a/src/commands.rs b/src/commands.rs index 823b5e7d..e5095eb5 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -32,7 +32,6 @@ pub enum MgmtCommand { insns: Vec, how: MgmtGameUpdateMode, }, - // todo: MarkGameUncorrupted DestroyGame { game: InstanceName, },