Removed obsolete comment.
This commit is contained in:
parent
7233e07ec5
commit
f06c2d4926
|
@ -1,8 +1,6 @@
|
||||||
#lang racket
|
#lang racket
|
||||||
(require racket/runtime-path racket/sandbox)
|
(require racket/runtime-path racket/sandbox)
|
||||||
|
|
||||||
;; the first line must be the #lang line
|
|
||||||
;; the second line must be #:optimize
|
|
||||||
(define (evaluator file #:optimize [optimize? #f])
|
(define (evaluator file #:optimize [optimize? #f])
|
||||||
(call-with-trusted-sandbox-configuration
|
(call-with-trusted-sandbox-configuration
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user