chiark / gitweb /
drop an xxx
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 4 Jul 2020 18:32:01 +0000 (19:32 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 4 Jul 2020 18:40:20 +0000 (19:40 +0100)
src/sse.rs

index 32c3482f4c6cad355b1663f1b74ca7225269ac0c..defda9451ff20cc82cac65765bff17ce55768b54 100644 (file)
@@ -39,7 +39,7 @@ impl StableIndexOffset for UpdateId {
 struct UpdateReader {
   player : PlayerId,
   client : ClientId,
-  to_send : UpdateId, // xxx race for setting this initially
+  to_send : UpdateId,
   ami : Arc<Mutex<Instance>>,
 }