about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-26 22:02:54 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-26 22:02:54 -0800
commit4be2c687d91b9c3d3ab5160344f6effefe1e4a5d (patch)
treef2ca1776e836cf4940d138c3a044b4c288671b4b
parentf05a31fcdd0f1ad38f0f8005a3014721a86630e6 (diff)
downloadmu-4be2c687d91b9c3d3ab5160344f6effefe1e4a5d.tar.gz
336
-rw-r--r--mu.arc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index a9112253..93fe12de 100644
--- a/mu.arc
+++ b/mu.arc
@@ -100,7 +100,6 @@
 ;?               string (obj array t  elem 'byte)  ; inspired by Go
               character (obj size 1)  ; int32 like a Go rune
               character-address (obj size 1  address t  elem 'character)
-              string (obj size 1)  ; temporary hack
               ; isolating function calls
               scope  (obj array t  elem 'location)  ; by convention index 0 points to outer scope
               scope-address  (obj size 1  address t  elem 'scope)