From bb2e5e65a42eadba69b3b663c4c118f64d0c4eb7 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 19 May 2017 09:48:24 -0700 Subject: 3865 --- sandbox/004-programming-environment.mu | 1 - sandbox/005-sandbox.mu | 1 - 2 files changed, 2 deletions(-) (limited to 'sandbox') diff --git a/sandbox/004-programming-environment.mu b/sandbox/004-programming-environment.mu index 4b57f5ae..656a3f97 100644 --- a/sandbox/004-programming-environment.mu +++ b/sandbox/004-programming-environment.mu @@ -7,7 +7,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 [ diff --git a/sandbox/005-sandbox.mu b/sandbox/005-sandbox.mu index 2d1e4c2d..245ecb4f 100644 --- a/sandbox/005-sandbox.mu +++ b/sandbox/005-sandbox.mu @@ -15,7 +15,6 @@ def! main [ env <- restore-sandboxes env render-all 0/screen, env, render event-loop 0/screen, 0/console, env, 0/filesystem - # never gets here ] container environment [ -- cgit 1.4.1-2-gfad0