diff options
Diffstat (limited to 'maintenance/includes/SevenZipStream.php')
-rw-r--r-- | maintenance/includes/SevenZipStream.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/maintenance/includes/SevenZipStream.php b/maintenance/includes/SevenZipStream.php index 6d874512e31a..2fa4fa1b7084 100644 --- a/maintenance/includes/SevenZipStream.php +++ b/maintenance/includes/SevenZipStream.php @@ -64,8 +64,6 @@ class SevenZipStream { return stat( $this->stripPath( $path ) ); } - // This is all so lame; there should be a default class we can extend - public function stream_close() { return fclose( $this->stream ); } |