From a359f477a71d7d989f9baffb945e636a79723889 Mon Sep 17 00:00:00 2001 From: Michel Hermier Date: Thu, 25 Mar 2021 07:59:31 +0100 Subject: Kernel: Remove unused EBRPartitionTable::m_partitions_count. --- Kernel/Storage/Partition/EBRPartitionTable.h | 1 - 1 file changed, 1 deletion(-) (limited to 'Kernel') 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 }; }; } -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0