Remove unnecessary declarations.

This commit is contained in:
Arturo Bernal 2023-02-01 23:23:17 +01:00 committed by Oleg Kalnichevski
parent f198fc0e62
commit 078c7c7eb7
1 changed files with 0 additions and 1 deletions

View File

@ -464,7 +464,6 @@ public class PoolingAsyncClientConnectionManager implements AsyncClientConnectio
if (LOG.isDebugEnabled()) {
LOG.debug("{} connected {}", ConnPoolSupport.getId(endpoint), ConnPoolSupport.getId(connection));
}
final ProtocolVersion protocolVersion = connection.getProtocolVersion();
final Timeout socketTimeout = connectionConfig.getSocketTimeout();
if (socketTimeout != null) {
connection.setSocketTimeout(socketTimeout);