From 6174dfb424a403ccda26d38bc1d86b6d552464b3 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 23 Oct 2019 15:51:52 +0300 Subject: [PATCH] fix V.js --- vlib/builtin/js/int.v | 3 --- 1 file changed, 3 deletions(-) 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'