From 485954001e5d5275aa8e2e27c0f3a2706e5c7294 Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Wed, 21 Feb 2018 16:16:14 +1030 Subject: pnor_partition_table: Make writeSizes() private to namespace This is part of the ongoing effort to extract parseTocLine() from the Table class, enabling reuse in setup for test cases. Change-Id: I1817023347575843e5518343c83a7f2eae6302a4 Signed-off-by: Andrew Jeffery --- pnor_partition_table.hpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'pnor_partition_table.hpp') diff --git a/pnor_partition_table.hpp b/pnor_partition_table.hpp index a333b5f..a3251fb 100644 --- a/pnor_partition_table.hpp +++ b/pnor_partition_table.hpp @@ -170,15 +170,6 @@ class Table */ void allocateMemory(const fs::path& tocFile); - /** @brief Populate fields related to sizes for the input - * pnor_partition structure. - * - * @param[in/out] part - pnor_partition structure - * @param[in] start - partition start address - * @param[in] end - partition end address - */ - void writeSizes(pnor_partition& part, size_t start, size_t end); - /** @brief Return a little-endian partition table * * @returns reference to native partition table -- cgit v1.2.1