summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-06-01 02:08:54 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-06-01 02:08:54 +0200
commit0257ed3029a611b51cae91df401ef7a9e609a25d (patch)
tree4235d25b43a83cfe1d8c083225b3d88bebf73342
parentbc5bb6c2d43592cc51ce743090122897b6197969 (diff)
Remove useless variable initialization.
-rw-r--r--router.php1
1 files changed, 0 insertions, 1 deletions
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);