summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorMichel Hermier <michel.hermier@gmail.com>2021-03-25 07:59:31 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-26 16:54:05 +0100
commita359f477a71d7d989f9baffb945e636a79723889 (patch)
tree36c90ee9a9c2b6bb9c48c612d72049fdad6bbf43 /Kernel
parent37be679d6e04b41df61d4158426a6149b52f8ab2 (diff)
downloadserenity-a359f477a71d7d989f9baffb945e636a79723889.zip
Kernel: Remove unused EBRPartitionTable::m_partitions_count.
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/Storage/Partition/EBRPartitionTable.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Storage/Partition/EBRPartitionTable.h b/Kernel/Storage/Partition/EBRPartitionTable.h
index b9784706d4..ef9b61f7a1 100644
--- a/Kernel/Storage/Partition/EBRPartitionTable.h
+++ b/Kernel/Storage/Partition/EBRPartitionTable.h
@@ -49,6 +49,5 @@ private:
void search_extended_partition(const StorageDevice&, MBRPartitionTable&, u64, size_t limit);
bool m_valid { false };
- size_t m_partitions_count { 0 };
};
}