Skip to content

Commit 97e12c9

Browse files
committed
remove unused variable
1 parent 693d210 commit 97e12c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/LdapPlugin/test/opengrok/auth/plugin/LdapAttrPluginTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,13 @@
4141
import org.junit.Before;
4242
import org.junit.BeforeClass;
4343
import org.junit.Test;
44-
import org.opensolaris.opengrok.authorization.AuthorizationFramework;
4544
import org.opensolaris.opengrok.configuration.Group;
4645
import org.opensolaris.opengrok.configuration.Project;
4746

4847
public class LdapAttrPluginTest {
4948

5049
private HttpServletRequest dummyRequest;
5150
private LdapAttrPlugin plugin;
52-
private AuthorizationFramework framework;
5351

5452
private static File whitelistFile;
5553

@@ -78,9 +76,6 @@ public void setUp() {
7876
parameters.put(LdapAttrPlugin.ATTR_PARAM, "mail");
7977

8078
plugin.load(parameters);
81-
82-
framework = new AuthorizationFramework();
83-
framework.reload();
8479
}
8580

8681
private void prepareRequest(String username, String mail, String... ous) {

0 commit comments

Comments
 (0)