about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-06-11 17:19:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-06-11 17:19:48 -0700
commit9487b2dde72617c5cdae4b67f650308513c2ae7c (patch)
treee4372df2cbe234e03cd9f6cb9e66c6244dab33f3
parentf8c5b63cb968bf02ec2c845d52d4fb0b4a11fc6f (diff)
downloadmu-9487b2dde72617c5cdae4b67f650308513c2ae7c.tar.gz
.
-rw-r--r--shell/sandbox.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/sandbox.mu b/shell/sandbox.mu
index 0fbce393..7b16df72 100644
--- a/shell/sandbox.mu
+++ b/shell/sandbox.mu
@@ -614,7 +614,6 @@ fn edit-sandbox _self: (addr sandbox), key: grapheme, globals: (addr global-tabl
   }
 }
 
-# hack: tweak-real-screen guards things there are no tests for
 fn run-sandbox _self: (addr sandbox), globals: (addr global-table) {
   var self/esi: (addr sandbox) <- copy _self
   var data-ah/ecx: (addr handle gap-buffer) <- get self, data