builtin: remove u8 alias to re-generate v.c

pull/10986/head^2
Alexander Medvednikov 2021-07-28 22:41:21 +03:00
parent cd03d31989
commit a7270148e5
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
// that can be found in the LICENSE file. // that can be found in the LICENSE file.
module builtin module builtin
// Alias until native supported
type u8 = byte
// //
// ----- value to string functions ----- // ----- value to string functions -----
// //