remove unnecessary assert

This commit is contained in:
Sam Tobin-Hochstadt 2010-05-13 14:59:45 -04:00
parent 684ae395e6
commit f44bd59b69

View File

@ -80,4 +80,4 @@
;; If tp contains a snip, read-line fails.
(read-line tp))])
(and (string? l1)
(regexp-match? #rx"#lang .*$" (assert l1 string?)))))
(regexp-match? #rx"#lang .*$" l1))))