Remove unnecessary code in XMPPTCPConnection

This commit is contained in:
Florian Schmaus 2016-01-20 08:18:45 +01:00
parent 085c3469e9
commit d5c7eb7349
1 changed files with 0 additions and 2 deletions

View File

@ -690,7 +690,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
catch (Exception e) {
LOGGER.log(Level.WARNING, "Exception", e);
ks = null;
pcb = null;
}
}
else if ("Apple".equals(keyStoreType)) {
@ -709,7 +708,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
catch(Exception e) {
LOGGER.log(Level.WARNING, "Exception", e);
ks = null;
pcb = null;
}
}