aboutsummaryrefslogtreecommitdiff
path: root/src/interp/spad.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/spad.lisp')
-rw-r--r--src/interp/spad.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/spad.lisp b/src/interp/spad.lisp
index cd69a95f..f5c30c33 100644
--- a/src/interp/spad.lisp
+++ b/src/interp/spad.lisp
@@ -127,7 +127,6 @@
(define-function '|not| #'NOT)
-(defun |random| () (random (expt 2 26)))
(defun \,plus (x y) (+ x y))
(defun \,times (x y) (* x y))
(defun \,difference (x y) (- x y))