remove unused function

This commit is contained in:
Ondrej Kraus 2015-02-25 03:05:57 +01:00
parent f2981b7e95
commit 81ae656358

View File

@ -50,9 +50,6 @@ function optimizeMemberExpression(node, parent, offset) {
}
}
function optimizeCandidates(candidates) {
}
var hasRest = function (node) {
return t.isRestElement(node.params[node.params.length - 1]);
};