about summary refs log tree commit diff stats
path: root/subx/apps/pack.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-11 17:44:12 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-11 17:50:29 -0800
commitdadae33848cbaf95b6355789348e0b1d3dff11af (patch)
tree4e03aeb70df3f05dc0be9548a689ee6b113a71d8 /subx/apps/pack.subx
parent44e030822e03b28b53db0f73a9d5d1a3913cee4a (diff)
downloadmu-dadae33848cbaf95b6355789348e0b1d3dff11af.tar.gz
4920
Diffstat (limited to 'subx/apps/pack.subx')
-rw-r--r--subx/apps/pack.subx3
1 files changed, 0 insertions, 3 deletions
diff --git a/subx/apps/pack.subx b/subx/apps/pack.subx
index d83a5398..b2b7a32a 100644
--- a/subx/apps/pack.subx
+++ b/subx/apps/pack.subx
@@ -121,10 +121,7 @@ $main:end:
 #   slice-equal?(slice, kernel string)
 
 # helpers:
-#   is-hex-int(in : &slice)
-#   parse-hex-int(in : &slice) -> int
 #   emit-maybe(out : &buffered-file, n : int, width : int)
-#   emit-hex-int(out : &buffered-file, n : int)
 #   emit(out : &buffered-file, word : &slice)
 #   has-metadata?(word : &slice, s : &kernel-string) -> bool