Remove unused dependencies.
This commit is contained in:
parent
1e1b6ec32e
commit
7afdca2c55
|
@ -6,7 +6,6 @@
|
|||
"compatibility-lib"
|
||||
"r5rs-lib"
|
||||
"scheme-lib"
|
||||
"srfi-lite-lib"
|
||||
"racket-test"
|
||||
"typed-racket-lib"
|
||||
"gui-lib"))
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
|
||||
#lang racket/base
|
||||
|
||||
(require (only-in srfi/13 string-index string-pad-right)
|
||||
(only-in mzlib/string real->decimal-string))
|
||||
|
||||
(define IM 139968)
|
||||
(define IA 3877)
|
||||
(define IC 29573)
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
;;
|
||||
;; Updated by Brent Fulgham to provide proper output formatting
|
||||
|
||||
(require (only-in srfi/13 string-index string-pad-right)
|
||||
(only-in mzlib/string real->decimal-string))
|
||||
|
||||
(define IM 139968)
|
||||
(define IA 3877)
|
||||
(define IC 29573)
|
||||
|
|
Loading…
Reference in New Issue
Block a user