about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-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