From 0257ed3029a611b51cae91df401ef7a9e609a25d Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sun, 1 Jun 2014 02:08:54 +0200 Subject: Remove useless variable initialization. --- router.php | 1 - 1 file changed, 1 deletion(-) diff --git a/router.php b/router.php index 4d3988e..ee90947 100644 --- a/router.php +++ b/router.php @@ -105,7 +105,6 @@ class Router { return 'Command not supported.'; } - $data = null; $auth = Authentication::instance($config['routers'][$this->id]); $auth->connect(); $data = $auth->send_command($complete_command); -- cgit v1.2.3