Skip to content

Commit

Permalink
[ISSUE #4859] Remove unused variable responseEventMeshCommand in Send…
Browse files Browse the repository at this point in the history
…SyncMessageProcessor#processRequest (#4860)
  • Loading branch information
rohit-satya authored Apr 24, 2024
1 parent 9ce5dd6 commit 1d0bfba
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 1d0bfba

Please sign in to comment.