]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/listener/udp/class_UdpListener.php
Updated 'core'.
[hub.git] / application / hub / main / listener / udp / class_UdpListener.php
index a9c9d51dea265b32d3b857f5a8f83397692e9611..0eed46a90c23d57f1822051832f57c87f2faea39 100644 (file)
@@ -45,9 +45,6 @@ class UdpListener extends BaseListener implements Listenable {
                // Get new instance
                $listenerInstance = new UdpListener();
 
-               // Set the application instance
-               $listenerInstance->setNodeInstance($nodeInstance);
-
                // Return the prepared instance
                return $listenerInstance;
        }