From 49446ae9de3bfd7361162fc75ad0d86fe2944fb7 Mon Sep 17 00:00:00 2001 From: Saqib Khan Date: Mon, 2 Oct 2017 10:54:20 -0500 Subject: Update Uboot environment variables when a version is deleted or updated - We need to update the uboot env variables to point to the version that has the lowest priority when the version with lowest priority gets deleted or when the version with lowest priority gets a higher priority Resolves openbmc/openbmc#2372 Change-Id: If43105c9ee2c3ada8aeb19939a428eb05e621ee9 Signed-off-by: Saqib Khan --- activation.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'activation.hpp') diff --git a/activation.hpp b/activation.hpp index a3f2a62..cf4b5c2 100644 --- a/activation.hpp +++ b/activation.hpp @@ -265,12 +265,6 @@ class Activation : public ActivationInherit */ void unsubscribeFromSystemdSignals(); - /** - * @brief Updates the uboot variables to point to versionId, so that - * the systems boots from this version on the next boot. - */ - void updateUbootEnvVars(); - /** * @brief delete the d-bus object. */ -- cgit v1.2.1