Remove non-typed generators from make.typed.any
This commit is contained in:
parent
0683dc88fb
commit
fa47ea0d70
1 changed files with 1 additions and 2 deletions
|
@ -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]]
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue