Skip to content

Commit

Permalink
Removing unused Set class import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jperras committed Apr 10, 2009
1 parent 8d1198d commit 67fffaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cake/libs/inflector.php
Expand Up @@ -31,9 +31,6 @@
if (!class_exists('Object')) {
uses('object');
}
if (!class_exists('Set')) {
require LIBS . 'set.php';
}
/**
* Pluralize and singularize English words.
*
Expand Down

0 comments on commit 67fffaa

Please sign in to comment.