about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc2
1 files changed, 0 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc
index 2c3db8d5..cf90c539 100644
--- a/mu.arc
+++ b/mu.arc
@@ -251,8 +251,6 @@
 ;?         (prn op " " arg " -> " oarg)
         (let tmp
               (case op
-                literal
-                  arg.0
                 add
                   (+ (m arg.0) (m arg.1))
                 sub