Remove dead code and unused variables
Change-Id: If87f7ad452ce597c82872b36a76f32afcc6ab7fd
This commit is contained in:

committed by
Shawn O. Pearce

parent
c7a1d91dd7
commit
8bc0d7d481
@@ -14,8 +14,6 @@
|
||||
|
||||
package com.google.gerrit.pgm.init;
|
||||
|
||||
import static com.google.gerrit.pgm.init.InitUtil.dnOf;
|
||||
|
||||
import com.google.gerrit.pgm.util.ConsoleUI;
|
||||
import com.google.gerrit.reviewdb.AuthType;
|
||||
import com.google.inject.Inject;
|
||||
@@ -74,10 +72,6 @@ class InitAuth implements InitStep {
|
||||
|
||||
ldap.string("LDAP username", "username", null);
|
||||
ldap.password("username", "password");
|
||||
|
||||
final String def_dn = dnOf(server);
|
||||
String aBase = ldap.string("Account BaseDN", "accountBase", def_dn);
|
||||
String gBase = ldap.string("Group BaseDN", "groupBase", aBase);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user