diff --git a/vlib/builtin/js/int.v b/vlib/builtin/js/int.v index a8c6284439..87ee2f6b9a 100644 --- a/vlib/builtin/js/int.v +++ b/vlib/builtin/js/int.v @@ -7,9 +7,6 @@ module builtin #include #include -pub fn (d double) str() string { - return '0' -} pub fn (d f64) str() string { return '0'