Removed obsolete comment.

This commit is contained in:
Vincent St-Amour 2010-08-27 14:48:26 -04:00
parent 7233e07ec5
commit f06c2d4926

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