aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-driver.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r--src/interp/sys-driver.boot6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot
index 4ab20b23..7fd65924 100644
--- a/src/interp/sys-driver.boot
+++ b/src/interp/sys-driver.boot
@@ -75,12 +75,6 @@ symbolFunction('%sysInit) := () +->
--%
-++ Returns the directory name as specified through option name `opt'.
-directoryFromCommandLine opt ==
- dir := ASSOC(Option opt, %systemOptions()) =>
- ensureTrailingSlash rest dir
- nil
-
++ Returns the system algebra directory, as specified on command
++ line. nil, otherwise.
systemAlgebraDirectory() ==