From a7270148e53e60adbccba9ec25496c58e5e1aadd Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 28 Jul 2021 22:41:21 +0300 Subject: [PATCH] builtin: remove u8 alias to re-generate v.c --- vlib/builtin/int.v | 3 --- 1 file changed, 3 deletions(-) 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 ----- //