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
This commit is contained in:
Robby Findler 2008-04-21 19:08:18 +00:00
parent f0f27e2e2c
commit a992eb352a
2 changed files with 0 additions and 18 deletions

View File

@ -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)))

View File

@ -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)))