]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/stage2.factor
io.encodings.utf16n: merge with io.encodings.utf16
[factor.git] / basis / bootstrap / stage2.factor
index 3e6e58a8bb6eb1dd7df76162b80a92795e031acf..ee6c3492723f49c3a09d1dff813a11deba1e9eb0 100644 (file)
@@ -13,10 +13,8 @@ SYMBOL: bootstrap-time
 : strip-encodings ( -- )
     os unix? [
         [
-            P" resource:core/io/encodings/utf16/utf16.factor"
-            P" resource:core/io/encodings/utf16n/utf16n.factor" [ forget ] bi@
-            "io.encodings.utf16"
-            "io.encodings.utf16n" [ loaded-child-vocab-names [ forget-vocab ] each ] bi@
+            P" resource:core/io/encodings/utf16/utf16.factor" forget
+            "io.encodings.utf16" loaded-child-vocab-names [ forget-vocab ] each
         ] with-compilation-unit
     ] when ;