From 67fffaab862c00494c0bdc83fc9b376a77045fb5 Mon Sep 17 00:00:00 2001 From: jperras Date: Fri, 10 Apr 2009 14:01:40 -0400 Subject: [PATCH] Removing unused Set class import. --- cake/libs/inflector.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/cake/libs/inflector.php b/cake/libs/inflector.php index ec6626abe..501d19382 100644 --- a/cake/libs/inflector.php +++ b/cake/libs/inflector.php @@ -31,9 +31,6 @@ if (!class_exists('Object')) { uses('object'); } -if (!class_exists('Set')) { - require LIBS . 'set.php'; -} /** * Pluralize and singularize English words. *