Skip to content

Commit

Permalink
remove unused variable responseEventMeshCommand in SendSyncMessagePro…
Browse files Browse the repository at this point in the history
…cessor#processRequest
  • Loading branch information
rohit-satya committed Apr 23, 2024
1 parent 9ce5dd6 commit 2effcfa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public SendSyncMessageProcessor(final EventMeshHTTPServer eventMeshHTTPServer) {
public void processRequest(final ChannelHandlerContext ctx, final AsyncContext<HttpCommand> asyncContext)
throws Exception {

HttpCommand responseEventMeshCommand;
HttpCommand request = asyncContext.getRequest();
final String localAddress = IPUtils.getLocalAddress();
final String remoteAddr = RemotingHelper.parseChannelRemoteAddr(ctx.channel());
Expand Down

0 comments on commit 2effcfa

Please sign in to comment.