diff --git a/vlib/builtin/int.v b/vlib/builtin/int.v index 7887367ea7..f790a507d4 100644 --- a/vlib/builtin/int.v +++ b/vlib/builtin/int.v @@ -3,9 +3,6 @@ // that can be found in the LICENSE file. module builtin -// Alias until native supported -type u8 = byte - // // ----- value to string functions ----- //