Skip to content

Commit f3b1996

Browse files
authored
[ISSUE apache#4859] Remove unused variable responseEventMeshCommand in SendSyncMessageProcessor#processRequest (apache#4860)
1 parent c6cec71 commit f3b1996

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendSyncMessageProcessor.java

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public SendSyncMessageProcessor(final EventMeshHTTPServer eventMeshHTTPServer) {
7373
public void processRequest(final ChannelHandlerContext ctx, final AsyncContext<HttpCommand> asyncContext)
7474
throws Exception {
7575

76-
HttpCommand responseEventMeshCommand;
7776
HttpCommand request = asyncContext.getRequest();
7877
final String localAddress = IPUtils.getLocalAddress();
7978
final String remoteAddr = RemotingHelper.parseChannelRemoteAddr(ctx.channel());

0 commit comments

Comments
 (0)