From: Roan Kattouw Date: Thu, 7 Oct 2010 17:56:43 +0000 (+0000) Subject: Remove obsolete TODO comment X-Git-Tag: 1.31.0-rc.0~34591 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b3a3886752da673d7e53835edc9f372a54faac65;p=lhc%2Fweb%2Fwiklou.git Remove obsolete TODO comment --- diff --git a/includes/MessageBlobStore.php b/includes/MessageBlobStore.php index ecb97503af..722b4877b3 100644 --- a/includes/MessageBlobStore.php +++ b/includes/MessageBlobStore.php @@ -36,7 +36,6 @@ class MessageBlobStore { * @return array An array mapping module names to message blobs */ public static function get( ResourceLoader $resourceLoader, $modules, $lang ) { - // TODO: Invalidate blob when module touched wfProfileIn( __METHOD__ ); if ( !count( $modules ) ) { wfProfileOut( __METHOD__ );