fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch

This commit is contained in:
Brion Vibber 2010-01-27 19:58:33 -08:00
parent 5c0560a7fc
commit fbd52111e1

View File

@ -1378,8 +1378,6 @@ class Notice extends Memcached_DataObject
}
$reply->free();
return $ids;
}
function clearRepeats()