about summary refs log tree commit diff stats
path: root/mu.arc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-10-14 23:11:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-10-14 23:11:44 -0700
commit37036e0f7c3ba1b72c56f665fee155fed50fc650 (patch)
tree7214681c1bd1c92330f287fc047fd78e8d4c8ce5 /mu.arc
parent554ac51249633f529860ffd902af6969ef73b209 (diff)
downloadmu-37036e0f7c3ba1b72c56f665fee155fed50fc650.tar.gz
149 - get rid of 'type' and 'otype' in favor of tagged types for dispatch
Diffstat (limited to 'mu.arc')
-rw-r--r--mu.arc4
1 files changed, 0 insertions, 4 deletions
diff --git a/mu.arc b/mu.arc
index fc6f3747..958cda77 100644
--- a/mu.arc
+++ b/mu.arc
@@ -411,10 +411,6 @@
                     (if (len> caller-args.context idx)
                       (list (m caller-args.context.idx) t)
                       (list nil nil)))
-                type
-                  (ty (caller-args.context arg.0))
-                otype
-                  (ty (caller-oargs.context arg.0))
                 reply
                   (do (pop-stack context)
                       (if empty.context (return ninstrs))