about summary refs log tree commit diff stats
path: root/shell/read.mu
diff options
context:
space:
mode:
Diffstat (limited to 'shell/read.mu')
-rw-r--r--shell/read.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/read.mu b/shell/read.mu
index d3e1dc86..96ec8d9f 100644
--- a/shell/read.mu
+++ b/shell/read.mu
@@ -1,4 +1,3 @@
-# out is not allocated
 fn read-cell in: (addr gap-buffer), out: (addr handle cell), trace: (addr trace) {
   var tokens-storage: (stream cell 0x100)
   var tokens/ecx: (addr stream cell) <- address tokens-storage