Remove unused packages

This commit is contained in:
gingerBill
2018-05-27 23:33:10 +01:00
parent 547a2831c7
commit a513b47780
5 changed files with 32 additions and 18 deletions
-2
View File
@@ -1,7 +1,5 @@
package utf16
import "core:unicode/utf8"
REPLACEMENT_CHAR :: '\uFFFD';
MAX_RUNE :: '\U0010FFFF';