Browse Source

ZF-11395
Zend_Controller
Removed dead code from Zend_Controller_Router_Route_Hostname


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24086 44c647ce-9c0f-0410-b52a-842ac1e357ba

adamlundrigan 14 years ago
parent
commit
a691fe3deb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      library/Zend/Controller/Router/Route/Hostname.php

+ 0 - 1
library/Zend/Controller/Router/Route/Hostname.php

@@ -302,7 +302,6 @@ class Zend_Controller_Router_Route_Hostname extends Zend_Controller_Router_Route
             }
         }
 
-        $hostname = implode('.', $host);
         $url      = $scheme . '://' . $url;
 
         return $url;