summaryrefslogtreecommitdiffstats
path: root/item_updater.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'item_updater.hpp')
-rw-r--r--item_updater.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/item_updater.hpp b/item_updater.hpp
index 7a67d6969..0e4c45c0f 100644
--- a/item_updater.hpp
+++ b/item_updater.hpp
@@ -103,15 +103,6 @@ class ItemUpdater : public ItemUpdaterInherit
*/
virtual void freePriority(uint8_t value, const std::string& versionId) = 0;
- /** @brief Determine is the given priority is the lowest
- *
- * @param[in] value - The priority that needs to be checked.
- *
- * @return boolean corresponding to whether the given
- * priority is lowest.
- */
- virtual bool isLowestPriority(uint8_t value) = 0;
-
/**
* @brief Create and populate the active PNOR Version.
*/
OpenPOWER on IntegriCloud