Remove ServerFacade.setThreadConfig()
[openflowplugin.git] / openflowjava / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / TcpHandler.java
index 25789dcc1dfb12fad1167c615209e319718293b2..f4b0e162edfc6f8d84aa509d1136810083203362 100644 (file)
@@ -190,12 +190,6 @@ public class TcpHandler implements ServerFacade {
         this.channelInitializer = channelInitializer;
     }
 
-    @Override
-    @Deprecated(since = "0.17.2", forRemoval = true)
-    public void setThreadConfig(final ThreadConfiguration threadConfig) {
-        // No-op
-    }
-
     /**
      * Initiate event loop groups.
      *