mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Remove unnecesary }
This commit is contained in:
@@ -42,7 +42,6 @@ module NetLdap {
|
||||
|
||||
/** A call that establishes a LDAP Connection */
|
||||
private class NetLdapConnection extends DataFlow::CallNode {
|
||||
|
||||
NetLdapConnection() { this in [ldap().getAnInstantiation(), ldap().getAMethodCall("open")] }
|
||||
|
||||
predicate usesSsl() {
|
||||
@@ -58,8 +57,6 @@ module NetLdap {
|
||||
.(DataFlow::HashLiteralNode)
|
||||
.getElementFromKey(any(Ast::ConstantValue cv | cv.isStringlikeValue(arg)))
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/** A call that constructs a LDAP query */
|
||||
|
||||
Reference in New Issue
Block a user