diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-27 19:58:33 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-27 19:59:25 -0800 |
commit | 644c319f5ad78dbedb686cdfef38152cadf615b2 (patch) | |
tree | 106719e78f58e756d4653209834d12c0782e7436 | |
parent | f026ecec322e59899b5ce87abaa6d93738f67b9e (diff) |
fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 6b364fb5c..90e3e76ef 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -1378,8 +1378,6 @@ class Notice extends Memcached_DataObject } $reply->free(); - - return $ids; } function clearRepeats() |