aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-macros.lisp')
-rw-r--r--src/interp/sys-macros.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/sys-macros.lisp b/src/interp/sys-macros.lisp
index 31aa11b7..4b04434b 100644
--- a/src/interp/sys-macros.lisp
+++ b/src/interp/sys-macros.lisp
@@ -1260,8 +1260,5 @@
(defmacro |spadConstant| (dollar n)
`(spadcall (svref ,dollar (the fixnum ,n))))
-(defmacro |getShellEntry| (dollar n)
- `(svref ,dollar ,n))
-
(defmacro |shellEntry| (dollar n)
`(svref ,dollar ,n))