remove vestiges of Notice_inbox from cache clearing code in Notice

This commit is contained in:
Evan Prodromou 2010-01-13 00:45:12 -08:00
parent 1bbd19169f
commit 5397249e50
1 changed files with 0 additions and 3 deletions

View File

@ -498,9 +498,6 @@ class Notice extends Memcached_DataObject
$original->free(); $original->free();
unset($original); unset($original);
} }
$ni->free();
unset($ni);
} }
} }
} }