aboutsummaryrefslogtreecommitdiff
path: root/src/interp/cfuns.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/cfuns.lisp')
-rw-r--r--src/interp/cfuns.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/cfuns.lisp b/src/interp/cfuns.lisp
index 9ae4f3bc..84ce0ac3 100644
--- a/src/interp/cfuns.lisp
+++ b/src/interp/cfuns.lisp
@@ -35,9 +35,6 @@
(import-module "boot-pkg")
(in-package "BOOT")
-#+:GCL
-(defun |getEnv| (var-name) (system::getenv var-name))
-
;;stolen from AXIOM-XL src/strops.c
#+(AND KCL (NOT ELF))
(Clines