Removing unused Set class import.

This commit is contained in:
jperras 2009-04-10 14:01:40 -04:00
parent 8d1198dfd6
commit 67fffaab86

View file

@ -31,9 +31,6 @@
if (!class_exists('Object')) {
uses('object');
}
if (!class_exists('Set')) {
require LIBS . 'set.php';
}
/**
* Pluralize and singularize English words.
*