mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
tools/fast: remove unused function
This commit is contained in:
parent
137a473bb7
commit
4498dc6a47
2 changed files with 1 additions and 6 deletions
|
@ -44,9 +44,6 @@
|
|||
function int(src) {
|
||||
return src - 0;
|
||||
}
|
||||
function str(src) {
|
||||
return src + "";
|
||||
}
|
||||
function getClassName(x) {
|
||||
if (x == 0)
|
||||
return "equal";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue