CC-4413: Unused local variables in models.

-done
This commit is contained in:
denise 2012-09-12 17:26:41 -04:00
parent 8938eaa637
commit 3b43efefe0
9 changed files with 3 additions and 29 deletions

View file

@ -613,7 +613,6 @@ class Application_Model_Scheduler
Logging::debug("inserting after removing gaps.");
Logging::debug(floatval($endProfile) - floatval($startProfile));
$afterInstanceId = $afterInstance->getDbId();
$modified = array_keys($modifiedMap);
//need to adjust shows we have moved items from.
foreach ($modified as $instanceId) {