From be4ad6bc2d06d1691638880393efcd6d6a6e8b65 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 16 Apr 2009 20:47:47 +0000 Subject: [PATCH] Followup to r49572: forgot to commit LocalRepo.php --- includes/filerepo/LocalRepo.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/filerepo/LocalRepo.php b/includes/filerepo/LocalRepo.php index 1ec1b9a614..4014699fb8 100644 --- a/includes/filerepo/LocalRepo.php +++ b/includes/filerepo/LocalRepo.php @@ -10,10 +10,6 @@ class LocalRepo extends FSRepo { var $fileFromRowFactory = array( 'LocalFile', 'newFromRow' ); var $oldFileFromRowFactory = array( 'OldLocalFile', 'newFromRow' ); - function getMemcKey( $key ) { - return wfWikiID( $this->getSlaveDB() ) . ":{$key}"; - } - function newFileFromRow( $row ) { if ( isset( $row->img_name ) ) { return call_user_func( $this->fileFromRowFactory, $row, $this ); -- 2.20.1