JavaScript: Omit numlines for functions.

This commit is contained in:
Max Schaefer
2019-01-29 12:59:33 +00:00
parent a480c6ecaa
commit 99a4f34b7a

View File

@@ -823,7 +823,6 @@ public class ASTExtractor {
contextManager.leaveContainer();
scopeManager.leaveScope();
lexicalExtractor.emitNumlines(key, nd.getLoc().getStart(), nd.getLoc().getEnd());
}
private void extractParameterDefaultsAndTypes(IFunction nd, Label key, int paramCount) {