Browse Source

Remove unused import.

mark_story 12 years ago
parent
commit
62fb1e510e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Utility/Xml.php

+ 0 - 1
src/Utility/Xml.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Utility;
 
-use Cake\Collection\Collection;
 use Cake\Core\Configure;
 use Cake\Network\Error\SocketException;
 use Cake\Network\Http\Client;