Skip to content

Commit 405ba76

Browse files
committed
eliminate dead code.
1 parent b4f16dc commit 405ba76

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

shared/controlflow/codeql/controlflow/AstConsistency.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ private import ControlFlowGraph
1010
module MakeAstConsistency<LocationSig Location, AstSig<Location> Ast> {
1111
private import Ast
1212

13-
private AstNode getParent(AstNode child) { child = getChild(result, _) }
14-
1513
private predicate astMemberChild(AstNode parent, AstNode child, string member) {
1614
callableGetBody(parent) = child and member = "Callable.getBody"
1715
or

0 commit comments

Comments
 (0)