You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2018/09/25 12:46:14 UTC

[directory-server] branch master updated: Minor cleanup

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git


The following commit(s) were added to refs/heads/master by this push:
     new d416575  Minor cleanup
d416575 is described below

commit d416575e4ad85b05d726b6ad114b86323e3af2c2
Author: Emmanuel Lécharny <el...@symas.com>
AuthorDate: Tue Sep 25 14:46:13 2018 +0200

    Minor cleanup
---
 .../main/java/org/apache/directory/server/ldap/LdapProtocolHandler.java | 2 --
 .../org/apache/directory/server/operations/search/SearchPerfIT.java     | 1 -
 2 files changed, 3 deletions(-)

diff --git a/protocol-ldap/src/main/java/org/apache/directory/server/ldap/LdapProtocolHandler.java b/protocol-ldap/src/main/java/org/apache/directory/server/ldap/LdapProtocolHandler.java
index 1e438b7..44a2faa 100644
--- a/protocol-ldap/src/main/java/org/apache/directory/server/ldap/LdapProtocolHandler.java
+++ b/protocol-ldap/src/main/java/org/apache/directory/server/ldap/LdapProtocolHandler.java
@@ -173,8 +173,6 @@ class LdapProtocolHandler extends DemuxingIoHandler
     @Override
     public void event( IoSession session, FilterEvent event ) throws Exception 
     {
-        Object message;
-        
         if ( event instanceof SslEvent )
         {
             if ( ( ( SslEvent ) event ) == SslEvent.SECURED ) 
diff --git a/server-integ/src/test/java/org/apache/directory/server/operations/search/SearchPerfIT.java b/server-integ/src/test/java/org/apache/directory/server/operations/search/SearchPerfIT.java
index 471d271..1ffe180 100644
--- a/server-integ/src/test/java/org/apache/directory/server/operations/search/SearchPerfIT.java
+++ b/server-integ/src/test/java/org/apache/directory/server/operations/search/SearchPerfIT.java
@@ -54,7 +54,6 @@ import org.apache.directory.server.core.annotations.CreatePartition;
 import org.apache.directory.server.core.integ.AbstractLdapTestUnit;
 import org.apache.directory.server.core.integ.FrameworkRunner;
 import org.apache.directory.server.ldap.handlers.extended.EndTransactionHandler;
-import org.apache.directory.server.ldap.handlers.extended.StartTlsHandler;
 import org.apache.directory.server.ldap.handlers.extended.StartTransactionHandler;
 import org.junit.Test;
 import org.junit.runner.RunWith;