about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/color-game.mu11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/color-game.mu b/apps/color-game.mu
index 086863cc..f7682036 100644
--- a/apps/color-game.mu
+++ b/apps/color-game.mu
@@ -61,14 +61,3 @@ fn color-field screen: (addr screen), xmin: int, ymin: int, width: int, height:
     loop
   }
 }
-
-fn linger {
-  var i/ecx: int <- copy 0
-  {
-    compare i, 0x40000000  # Kartik's Linux with -accel kvm
-#?     compare i, 0x8000000  # Kartik's Mac with -accel tcg
-    break-if->=
-    i <- increment
-    loop
-  }
-}