From b3a3886752da673d7e53835edc9f372a54faac65 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 7 Oct 2010 17:56:43 +0000 Subject: [PATCH] Remove obsolete TODO comment --- includes/MessageBlobStore.php | 1 - 1 file changed, 1 deletion(-) 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__ ); -- 2.20.1