Skip to content

Commit eb2cc4c

Browse files
committed
core: Delete commented out code
1 parent 487336f commit eb2cc4c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/infer/membership.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -397,18 +397,6 @@ module.exports = function() {
397397
}
398398
}
399399

400-
// var function Foo() {
401-
// function bar() {}
402-
// return { bar: bar };
403-
// }
404-
/*
405-
if (n.isFunctionDeclaration(path) &&
406-
n.isBlockStatement(path.parentPath) &&
407-
n.isFunction(path.parentPath.parentPath)) {
408-
inferMembershipFromIdentifiers(comment, [path.parentPath.parentPath.node.id.name]);
409-
}
410-
*/
411-
412400
return comment;
413401
};
414402
};

0 commit comments

Comments
 (0)