Skip to content

Commit

Permalink
#3261: Remove unused AttributeKeys
Browse files Browse the repository at this point in the history
These attribute keys are not used so we can remove them
  • Loading branch information
Outfluencer committed Mar 18, 2022
1 parent 410f64b commit 34d416a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions proxy/src/main/java/net/md_5/bungee/netty/PipelineUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
import net.md_5.bungee.BungeeCord;
import net.md_5.bungee.BungeeServerInfo;
import net.md_5.bungee.UserConnection;
import net.md_5.bungee.Util;
import net.md_5.bungee.api.ProxyServer;
import net.md_5.bungee.api.config.ListenerInfo;
Expand All @@ -50,8 +48,6 @@ public class PipelineUtils
{

public static final AttributeKey<ListenerInfo> LISTENER = AttributeKey.valueOf( "ListerInfo" );
public static final AttributeKey<UserConnection> USER = AttributeKey.valueOf( "User" );
public static final AttributeKey<BungeeServerInfo> TARGET = AttributeKey.valueOf( "Target" );
public static final ChannelInitializer<Channel> SERVER_CHILD = new ChannelInitializer<Channel>()
{
@Override
Expand Down

0 comments on commit 34d416a

Please sign in to comment.