File tree Expand file tree Collapse file tree
javascript/ql/src/semmle/javascript Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,8 +245,6 @@ private module PrintJavaScript {
245245 override PrintAstNode getChild ( int childIndex ) {
246246 result .( ElementNode ) .getElement ( ) = invk .getArgument ( childIndex )
247247 }
248-
249- override Location getLocation ( ) { result = invk .getLocation ( ) }
250248 }
251249
252250 /**
@@ -269,8 +267,6 @@ private module PrintJavaScript {
269267 override PrintAstNode getChild ( int childIndex ) {
270268 result .( ElementNode ) .getElement ( ) = invk .getTypeArgument ( childIndex )
271269 }
272-
273- override Location getLocation ( ) { result = invk .getLocation ( ) }
274270 }
275271
276272 /**
@@ -424,8 +420,6 @@ private module PrintJavaScript {
424420 override PrintAstNode getChild ( int childIndex ) {
425421 result .( ElementNode ) .getElement ( ) = f .getParameter ( childIndex )
426422 }
427-
428- override Location getLocation ( ) { result = f .getLocation ( ) }
429423 }
430424
431425 /**
@@ -446,8 +440,6 @@ private module PrintJavaScript {
446440 override PrintAstNode getChild ( int childIndex ) {
447441 result .( ElementNode ) .getElement ( ) = f .getTypeParameter ( childIndex )
448442 }
449-
450- override Location getLocation ( ) { result = f .getLocation ( ) }
451443 }
452444}
453445
You can’t perform that action at this time.
0 commit comments