Remove non-typed generators from make.typed.any

This commit is contained in:
pyoor 2018-08-20 12:21:37 -04:00
parent 0683dc88fb
commit fa47ea0d70
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,7 @@ class typed extends make {
[1, [typed.short, typed.unsignedShort]],
[1, [typed.long, typed.unsignedLong]],
[1, [typed.float, typed.unrestrictedFloat]],
[1, [typed.double, typed.unrestrictedDouble]],
[1, [make.number.range, make.number.tiny]]
[1, [typed.double, typed.unrestrictedDouble]]
])
}