mime,logging: Remove unused private methods
[lhc/web/wiklou.git] / includes / libs / mime / MSCompoundFileReader.php
index 8afaa38..0383def 100644 (file)
@@ -182,11 +182,6 @@ class MSCompoundFileReader {
                return $this->unpack( $block, 0, $struct );
        }
 
-       private function unpackSector( $sectorNumber, $struct ) {
-               $offset = $this->sectorOffset( $sectorNumber );
-               return $this->unpackOffset( $offset, array_sum( $struct ) );
-       }
-
        private function unpack( $block, $offset, $struct ) {
                $data = [];
                foreach ( $struct as $key => $length ) {