about summary refs log tree commit diff stats
path: root/subx/apps/pack.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/apps/pack.subx')
-rw-r--r--subx/apps/pack.subx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index da9fe66f..1cf57867 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -122,7 +122,6 @@ $main:end:
 
 # helpers:
 #   new-stream(length int, elemsize int) -- allocate length*elemsize bytes, initialize first word with length*elemsize
-#   clear-stream(array) -- skip length, clear length bytes after
 #   read-line(in : &buffered-file, line : stream byte, err : &buffered-file, ed : &exit-descriptor)
 #   next-word(line : stream byte, out : &slice)
 #     responsible for skipping whitespace and comments