unified: Remove predicate that is identical to the default

This commit is contained in:
Asger F
2026-07-27 15:11:47 +02:00
parent 478878cfb7
commit cb3a77fd09

View File

@@ -262,8 +262,6 @@ private module LocalNameBindingInput implements LocalNameBindingInputSig<Locatio
n = any(LocalFunctionDeclaration f).getName() and
n.(Identifier).getValue() = name
}
predicate lookupStartsAt(AstNode n, AstNode scope) { none() }
}
module LocalNameBindingOutput = LocalNameBinding<Location, LocalNameBindingInput>;