mirror of
https://github.com/github/codeql.git
synced 2026-07-31 07:22:56 +02:00
unified: Remove predicate that is identical to the default
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user