mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
[ISSUE #3949] Remove unused variables
This commit is contained in:
@@ -86,9 +86,6 @@ public class ClientActivity extends AbstractMessingActivity {
|
||||
CompletableFuture<HeartbeatResponse> future = new CompletableFuture<>();
|
||||
|
||||
try {
|
||||
String clientId = ctx.getClientID();
|
||||
LanguageCode languageCode = LanguageCode.valueOf(ctx.getLanguage());
|
||||
|
||||
Settings clientSettings = grpcClientSettingsManager.getClientSettings(ctx);
|
||||
if (clientSettings == null) {
|
||||
future.complete(HeartbeatResponse.newBuilder()
|
||||
|
||||
Reference in New Issue
Block a user