Skip to content

Commit 99a4f34

Browse files
author
Max Schaefer
committed
JavaScript: Omit numlines for functions.
1 parent a480c6e commit 99a4f34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/ASTExtractor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ private void extractFunction(IFunction nd, Label key) {
823823

824824
contextManager.leaveContainer();
825825
scopeManager.leaveScope();
826-
lexicalExtractor.emitNumlines(key, nd.getLoc().getStart(), nd.getLoc().getEnd());
827826
}
828827

829828
private void extractParameterDefaultsAndTypes(IFunction nd, Label key, int paramCount) {

0 commit comments

Comments
 (0)