From 73f18535b57571f2eb2bac76affab2bb4060b09a Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Fri, 30 Aug 2024 13:06:23 -0500 Subject: [PATCH] ARTEMIS-4958 remove unused variable in AddressImpl --- .../activemq/artemis/core/postoffice/impl/AddressImpl.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/AddressImpl.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/AddressImpl.java index 28cd3a4c09..2ead29d09c 100644 --- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/AddressImpl.java +++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/postoffice/impl/AddressImpl.java @@ -16,8 +16,6 @@ */ package org.apache.activemq.artemis.core.postoffice.impl; -import java.util.Set; - import org.apache.activemq.artemis.api.core.SimpleString; import org.apache.activemq.artemis.core.config.WildcardConfiguration; import org.apache.activemq.artemis.core.postoffice.Address; @@ -35,8 +33,6 @@ public class AddressImpl implements Address { private final boolean containsWildCard; - private Set
linkedAddresses = null; - private final WildcardConfiguration wildcardConfiguration; public AddressImpl(final SimpleString address) {