浏览代码

Kernel: Remove unused MBRPartitionTable::m_partitions_count.

Michel Hermier 4 年之前
父节点
当前提交
51ad3da999
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Kernel/Storage/Partition/MBRPartitionTable.h

+ 0 - 1
Kernel/Storage/Partition/MBRPartitionTable.h

@@ -82,6 +82,5 @@ private:
     bool m_header_valid { false };
     bool m_header_valid { false };
     const u32 m_start_lba;
     const u32 m_start_lba;
     ByteBuffer m_cached_header;
     ByteBuffer m_cached_header;
-    size_t m_partitions_count { 0 };
 };
 };
 }
 }