1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

V.js: remove u8

This commit is contained in:
Alexander Medvednikov
2019-10-23 15:56:57 +03:00
parent 1db1e0f4b7
commit 054dd237a4
2 changed files with 0 additions and 5 deletions

View File

@@ -37,10 +37,6 @@ pub fn (nn u32) str() string {
return '0'
}
pub fn (nn u8) str() string {
return '0'
}
pub fn (nn i64) str() string {
return '0'
}