Browse Source

Kernel: Remove unused MBRPartitionTable::m_partitions_count.

Michel Hermier 4 năm trước cách đây
mục cha
commit
51ad3da999
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 };
     const u32 m_start_lba;
     ByteBuffer m_cached_header;
-    size_t m_partitions_count { 0 };
 };
 }