summaryrefslogtreecommitdiffstats
path: root/pnor_partition_table.hpp
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-02-21 16:16:14 +1030
committerAndrew Jeffery <andrew@aj.id.au>2018-03-24 13:59:32 +1030
commit485954001e5d5275aa8e2e27c0f3a2706e5c7294 (patch)
treef777de4d89e430bbef2f75ee6f4f545d6491f7cc /pnor_partition_table.hpp
parentfaaa71cab957a05b8d005c219be96d2261e21750 (diff)
downloadphosphor-mboxd-485954001e5d5275aa8e2e27c0f3a2706e5c7294.tar.gz
phosphor-mboxd-485954001e5d5275aa8e2e27c0f3a2706e5c7294.zip
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 <andrew@aj.id.au>
Diffstat (limited to 'pnor_partition_table.hpp')
-rw-r--r--pnor_partition_table.hpp9
1 files changed, 0 insertions, 9 deletions
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
OpenPOWER on IntegriCloud