about summary refs log tree commit diff stats
path: root/edit/004-programming-environment.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-19 09:48:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-19 09:48:24 -0700
commitbb2e5e65a42eadba69b3b663c4c118f64d0c4eb7 (patch)
tree78678d2851a88e6b7c8a4a59c554aa1f93555bbc /edit/004-programming-environment.mu
parent852d9b4393658d7a2e234e020f8fa0a4d8c16705 (diff)
downloadmu-bb2e5e65a42eadba69b3b663c4c118f64d0c4eb7.tar.gz
3865
Diffstat (limited to 'edit/004-programming-environment.mu')
-rw-r--r--edit/004-programming-environment.mu1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit/004-programming-environment.mu b/edit/004-programming-environment.mu
index c152f519..7255c7c5 100644
--- a/edit/004-programming-environment.mu
+++ b/edit/004-programming-environment.mu
@@ -10,7 +10,6 @@ def! main [
   env:&:environment <- new-programming-environment 0/filesystem, 0/screen
   render-all 0/screen, env, render
   event-loop 0/screen, 0/console, env, 0/filesystem
-  # never gets here
 ]
 
 container environment [