Remove obsolete TODO comment
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Oct 2010 17:56:43 +0000 (17:56 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Oct 2010 17:56:43 +0000 (17:56 +0000)
includes/MessageBlobStore.php

index ecb9750..722b487 100644 (file)
@@ -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__ );