Skip to content

Commit 4d5a7b7

Browse files
committed
Remove unused runtime method toString
1 parent 5c03287 commit 4d5a7b7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/compiler/execute.js

-10
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@ const toBoolean = (value) => {
171171
return !!value;
172172
};
173173

174-
/**
175-
* Scratch cast to string.
176-
* Similar to Cast.toString()
177-
* @param {*} value The value to cast
178-
* @returns {string}
179-
*/
180-
const toString = (value) => {
181-
return '' + value;
182-
};
183-
184174
/**
185175
* Check if a value is considered whitespace.
186176
* Similar to Cast.isWhiteSpace()

0 commit comments

Comments
 (0)