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:
@@ -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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user