summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-01-27 19:58:33 -0800
committerBrion Vibber <brion@pobox.com>2010-01-27 19:59:25 -0800
commit644c319f5ad78dbedb686cdfef38152cadf615b2 (patch)
tree106719e78f58e756d4653209834d12c0782e7436 /classes
parentf026ecec322e59899b5ce87abaa6d93738f67b9e (diff)
fix notice -- drop unused return value of variable that isn't initialized :) thx @ g0 for the catch
Diffstat (limited to 'classes')
-rw-r--r--classes/Notice.php2
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()