chiark / gitweb /
done
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 11:21:31 +0000 (12:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 23 Aug 2020 11:21:31 +0000 (12:21 +0100)
src/global.rs

index 707219d4b46e53dccaa4378ea1b9575c66d8f510..7450ebd1abc2c6a687d3f24073bd13be82f8ddf3 100644 (file)
@@ -158,7 +158,6 @@ struct Global {
   config  : RwLock<Arc<ServerConfig>>,
   dirty   : Mutex<VecDeque<InstanceRef>>,
   save_area_lock : Mutex<Option<File>>,
-  // xxx delete clients at some point!
 }
 
 #[derive(Debug)]
@@ -515,9 +514,6 @@ impl InstanceGuard<'_> {
 
 // ---------- save/load ----------
 
-// xxx saving on client api calls
-// xxx saving on "extraordinary" mgmt calls
-
 enum SavefilenameParseResult {
   NotGameFile,
   AccessFile,