diff --git a/cake/libs/router.php b/cake/libs/router.php index a44da1aa564..b38dbd4a5ce 100644 --- a/cake/libs/router.php +++ b/cake/libs/router.php @@ -21,21 +21,13 @@ * @license http://www.opensource.org/licenses/mit-license.php The MIT License */ -/** - * Included libraries. - * - */ -if (!class_exists('Object')) { - require LIBS . 'object.php'; -} - /** * Parses the request URL into controller, action, and parameters. * * @package cake * @subpackage cake.cake.libs */ -class Router extends Object { +class Router { /** * Array of routes