Browse Source

Replace TODO symbol with (void) and add underscore to (currently) unused var

add-remove-to-filo-queue
Christopher Lemmer Webber 6 years ago
parent
commit
b6e1b23128
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
  1. 5
      examples/goblin-chat-server.rkt

5
examples/goblin-chat-server.rkt

@ -14,12 +14,11 @@
(define comms-vat
(make-vat))
(define machinetp-ch
(define _machinetp-ch
(make-machinetp-thread ip op
comms-vat
bootstrap-actor))
'TODO-maybe-or-its-fine-dunno)
(void))
(define (^chatroom bcom chatroom-name)
(define-cell participants-by-name

Loading…
Cancel
Save