From 644c319f5ad78dbedb686cdfef38152cadf615b2 Mon Sep 17 00:00:00 2001
From: Brion Vibber <brion@pobox.com>
Date: Wed, 27 Jan 2010 19:58:33 -0800
Subject: fix notice -- drop unused return value of variable that isn't
 initialized :) thx @ g0 for the catch

---
 classes/Notice.php | 2 --
 1 file changed, 2 deletions(-)

(limited to 'classes')

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()
-- 
cgit v1.2.3-54-g00ecf