about summary refs log tree commit diff stats
path: root/shell/data.limg
diff options
context:
space:
mode:
Diffstat (limited to 'shell/data.limg')
-rw-r--r--shell/data.limg4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/data.limg b/shell/data.limg
index 407af097..b0fc60c0 100644
--- a/shell/data.limg
+++ b/shell/data.limg
@@ -22,10 +22,6 @@
   args])
     (ret . [mac (ret var val . body)
   `(let ,var ,val ,@body ,var)])
-    (len . [def (len l)
-  if (no l)
-    0
-    (1 + (len (cdr l)))])
     (nth . [def (nth n xs)
   if (n < 1)
     (car xs)