This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 61e52ae0fd ARTEMIS-4705 remove unnecessary field from STOMP HeartBeater
61e52ae0fd is described below

commit 61e52ae0fde45d53a068b752f3e5e4f4127876ba
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Fri Apr 19 23:51:46 2024 -0500

    ARTEMIS-4705 remove unnecessary field from STOMP HeartBeater
---
 .../activemq/artemis/core/protocol/stomp/v11/StompFrameHandlerV11.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/v11/StompFrameHandlerV11.java
 
b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/v11/StompFrameHandlerV11.java
index 1e8d712fdd..12b910ce0c 100644
--- 
a/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/v11/StompFrameHandlerV11.java
+++ 
b/artemis-protocols/artemis-stomp-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/stomp/v11/StompFrameHandlerV11.java
@@ -268,7 +268,6 @@ public class StompFrameHandlerV11 extends 
VersionedStompFrameHandler implements
 
       long serverPingPeriod = 0;
       long clientPingResponse;
-      volatile boolean shutdown = false;
       AtomicLong lastPingTimestamp = new AtomicLong(0);
       ConnectionEntry connectionEntry;
 

Reply via email to