home · contact · privacy
Server/py: Remove superfluous line.
[plomrogue] / src / server / io.h
index 9dffd258cf8180010d63828f364f15a0fdcb51cf..7c9148dba55a415c2e61c296b7ae9ef62dff4e51 100644 (file)
@@ -17,8 +17,7 @@
  * if queue is empty and world.do_update is set, update world state file (and
  * unset world.do_update) and write a single dot line to server out file, then
  * read server in file for the next load of bytes to put onto the input queue.
- * (Queueing ensures only complete messages are interpreted, and io_loop()'s
- * server tests only happening in a multi-second interval.)
+ * (Queueing ensures only complete messages are interpreted.)
  */
 extern char * io_round();