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";