remove unused check function

This commit is contained in:
Sebastian McKenzie 2015-01-12 11:50:45 +11:00
parent 89a6ef0b26
commit e298a5d350

View File

@ -1,6 +1,3 @@
var check = function (node, file) {
};
exports.MethodDefinition =
exports.Property = function (node, parent, file) {
if (node.kind === "set" && node.value.params.length !== 1) {