about summary refs log tree commit diff stats
path: root/exception2.mu
diff options
context:
space:
mode:
Diffstat (limited to 'exception2.mu')
-rw-r--r--exception2.mu2
1 files changed, 0 insertions, 2 deletions
diff --git a/exception2.mu b/exception2.mu
index abe3ebbc..48179dc2 100644
--- a/exception2.mu
+++ b/exception2.mu
@@ -13,9 +13,7 @@ exclusive-container error-or:_elem [
 
 def main [
   local-scope
-  no-exception:bool <- copy 0/false
   foo 0/no-exception
-  raise-exception:bool <- copy 1/true
   foo 1/raise-exception
 ]