BUG-5280: make sure we arm the request timer
[controller.git] / opendaylight / md-sal / cds-access-client / src / main / java / org / opendaylight / controller / cluster / access / client / ReconnectingClientConnection.java
index 0209f95bce2d8d7676b4ae09330c6e355e5e04dd..a67b7ed3be27bdd629f3105ad62d7650359f5d3a 100644 (file)
@@ -24,11 +24,6 @@ public final class ReconnectingClientConnection<T extends BackendInfo> extends A
         super(oldConnection);
     }
 
-    @Override
-    void sendMessages(final int count) {
-        LOG.debug("Connection {} is reconnecting, not transmitting anything", this);
-    }
-
     @Override
     ClientActorBehavior<T> reconnectConnection(final ClientActorBehavior<T> current) {
         // Intentional no-op