Eliminate incorrect registration of legacy-string?.
authorChris Hanson <org/chris-hanson/cph>
Fri, 27 Jan 2017 00:30:13 +0000 (16:30 -0800)
committerChris Hanson <org/chris-hanson/cph>
Fri, 27 Jan 2017 00:30:13 +0000 (16:30 -0800)
src/runtime/predicate-metadata.scm

index 7653fc7cd4fe290bbcfd54555659a3c22c82f85f..9f1a037db7f82f385c6a7b691aa9f81756f82208 100644 (file)
@@ -321,7 +321,6 @@ USA.
    (register-predicate! interned-symbol? 'interned-symbol '<= symbol?)
    (register-predicate! keyword? 'keyword '<= symbol?)
    (register-predicate! lambda-tag? 'lambda-tag)
-   (register-predicate! legacy-string? 'legacy-string)
    (register-predicate! named-structure? 'named-structure)
    (register-predicate! population? 'population)
    (register-predicate! promise? 'promise)