]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/tcp/class_TcpListener.php
setNodeInstance is no longer available through BaseListener as BaseListener is now...
[hub.git] / application / hub / main / listener / tcp / class_TcpListener.php
index 7ef6a1f0554a27785f44a65311a413710a6c2269..d3fbcf35c6dfb11a391de971372d47c781842f1c 100644 (file)
@@ -45,9 +45,6 @@ class TcpListener extends BaseListener implements Listenable {
                // Get new instance
                $listenerInstance = new TcpListener();
 
-               // Set the application instance
-               $listenerInstance->setNodeInstance($nodeInstance);
-
                // Return the prepared instance
                return $listenerInstance;
        }