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 f026ecec32
commit 644c319f5a

View File

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