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

tools/fast: remove unused function

This commit is contained in:
Don Alfons Nisnoni
2019-12-23 18:37:52 +08:00
committed by Alexander Medvednikov
parent 137a473bb7
commit 4498dc6a47
2 changed files with 1 additions and 6 deletions

View File

@@ -44,9 +44,6 @@
function int(src) {
return src - 0;
}
function str(src) {
return src + "";
}
function getClassName(x) {
if (x == 0)
return "equal";