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.arc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mu.arc b/mu.arc
index c926da54..311f33a8 100644
--- a/mu.arc
+++ b/mu.arc
@@ -403,7 +403,6 @@
 (def die (msg)
   (tr "die: " msg)
   (= rep.routine*!error msg)
-  (= rep.routine*!stack-trace rep.routine*!call-stack)
   (iflet abort-continuation (abort-routine*)
     (abort-continuation)))