Skip to content

Commit

Permalink
clean up - remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Dec 13, 2024
1 parent 9a0e513 commit 6ec2846
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.lettuce.core.api;

import io.lettuce.core.RedisCredentials;
import io.lettuce.core.api.async.RedisAsyncCommands;
import io.lettuce.core.api.push.PushListener;
import io.lettuce.core.api.reactive.RedisReactiveCommands;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,6 @@ public void activated() {
async.clusterMyId().thenAccept(connectionState::setNodeId);
}

@Override
public void deactivated() {
super.deactivated();
}

ClusterDistributionChannelWriter getClusterDistributionChannelWriter() {
return (ClusterDistributionChannelWriter) super.getChannelWriter();
}
Expand Down

0 comments on commit 6ec2846

Please sign in to comment.