Revert r104659 and its followup r104665: break the unit tests with a fatal error...
[lhc/web/wiklou.git] / includes / filerepo / FileRepo.php
index dbda0d1..72c2a8b 100644 (file)
@@ -420,14 +420,6 @@ abstract class FileRepo {
        abstract function storeTemp( $originalName, $srcPath );
 
 
-       /**
-        * Concatenate and array of file sources. 
-        * @param $fileList Array of file sources
-        * @param $targetPath String target destination for file.
-        * @throws MWException
-        */
-       abstract function concatenate( $fileList, $targetPath, $flags = 0 );
-       
        /**
         * Append the contents of the source path to the given file, OR queue
         * the appending operation in anticipation of a later appendFinish() call.