Remove Type

What was I thinking?!
This commit is contained in:
Ginger Bill
2017-06-29 15:48:07 +01:00
parent 001baf4419
commit e4a8283327
9 changed files with 81 additions and 107 deletions
-1
View File
@@ -61,7 +61,6 @@ TypeInfo :: union {
String{},
Boolean{},
Any{},
Type{},
Pointer{
elem: ^TypeInfo, // nil -> rawptr
},