From a992eb352abfb3606494bc2205c3bc7881a50625 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 21 Apr 2008 19:08:18 +0000 Subject: [PATCH] removed the plt-mzscheme and plt-mred languages. AFAICT, only the stepper's test suite depends on them and John says he doesn't need them svn: r9385 --- collects/lang/plt-mred.ss | 12 ------------ collects/lang/plt-mzscheme.ss | 6 ------ 2 files changed, 18 deletions(-) delete mode 100644 collects/lang/plt-mred.ss delete mode 100644 collects/lang/plt-mzscheme.ss diff --git a/collects/lang/plt-mred.ss b/collects/lang/plt-mred.ss deleted file mode 100644 index 1658d637e0..0000000000 --- a/collects/lang/plt-mred.ss +++ /dev/null @@ -1,12 +0,0 @@ -(module plt-mred mzscheme - (require mred - mzlib/class) - - (define argv (current-command-line-arguments)) - (define program (find-system-path 'exec-file)) - - (provide argv - program - (all-from mzscheme) - (all-from mzlib/class) - (all-from mred))) diff --git a/collects/lang/plt-mzscheme.ss b/collects/lang/plt-mzscheme.ss deleted file mode 100644 index c3f7c3bf87..0000000000 --- a/collects/lang/plt-mzscheme.ss +++ /dev/null @@ -1,6 +0,0 @@ -(module plt-mzscheme mzscheme - (define argv (current-command-line-arguments)) - (define program (find-system-path 'exec-file)) - (provide argv - program - (all-from mzscheme)))