[DS-707] Remove unused local variables

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5535 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2010-10-21 23:46:13 +00:00
parent 170f945d0b
commit e279dcbe3d
54 changed files with 40 additions and 169 deletions

View File

@@ -181,7 +181,6 @@ public class LDAPAuthentication
catch (SQLException e)
{
}
boolean loggedIn = false;
SpeakerToLDAP ldap = new SpeakerToLDAP(log);
// if they entered a netid that matches an eperson
@@ -457,4 +456,4 @@ public class LDAPAuthentication
{
return "org.dspace.eperson.LDAPAuthentication.title";
}
}
}