about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/global.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/global.mu b/shell/global.mu
index f5cb2678..cd5a4244 100644
--- a/shell/global.mu
+++ b/shell/global.mu
@@ -93,8 +93,6 @@ fn write-globals out: (addr stream byte), _self: (addr global-table) {
       break-if-=
       compare *curr-type, 6/keyboard
       break-if-=
-      compare *curr-type, 3/stream  # not implemented yet
-      break-if-=
       write out, "    ("
       var curr-name-ah/eax: (addr handle array byte) <- get curr, name
       var curr-name/eax: (addr array byte) <- lookup *curr-name-ah