Removed obsolete comment.

original commit: f06c2d492653b52b720d8776f942255d284c756e
This commit is contained in:
Vincent St-Amour 2010-08-27 14:48:26 -04:00
parent d516bb877d
commit b12db574b2

View File

@ -1,8 +1,6 @@
#lang racket
(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])
(call-with-trusted-sandbox-configuration
(lambda ()