remove testing hack

This commit is contained in:
Matthew Flatt 2013-06-26 02:19:45 +02:00
parent 555c300c72
commit 5f35290bbe

View File

@ -1289,7 +1289,7 @@
(or
(let ([s (i 'collection
;; default will change from 'multi to 'use-pkg-name:
(lambda () 'multix))])
(lambda () 'multi))])
(unless (or (string? s)
(eq? s 'multi)
(eq? s 'use-pkg-name))