summaryrefslogtreecommitdiffstats
path: root/serialize.hpp
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2018-04-09 14:24:27 -0500
committerAdriana Kobylak <anoo@us.ibm.com>2018-04-09 14:25:46 -0500
commit69f4ab95fa066172c31eeb5c17975eeeda01d437 (patch)
treee22037f5d4dda7d187f1869a8c99ab9292ac681d /serialize.hpp
parent166bdf3a60359e853919d90cd3d95f890d9f788b (diff)
downloadphosphor-bmc-code-mgmt-69f4ab95fa066172c31eeb5c17975eeeda01d437.tar.gz
phosphor-bmc-code-mgmt-69f4ab95fa066172c31eeb5c17975eeeda01d437.zip
Revert "Delay return from updateUbootEnvVars() until service file finishes"
This reverts commit 2225fda1dbe6e5fe87c009174d941369ab7e7b3a. This change causes intermittent issues that haven't been solved. Reverting for now. Change-Id: Ie5c9b2700ad715741e4e90a6e7afcdd5c6b095f3 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Diffstat (limited to 'serialize.hpp')
-rw-r--r--serialize.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/serialize.hpp b/serialize.hpp
index 604aada..03eea99 100644
--- a/serialize.hpp
+++ b/serialize.hpp
@@ -30,13 +30,6 @@ bool restoreFromFile(std::string versionId, uint8_t& priority);
**/
void removeFile(std::string versionId);
-/** @brief Delays until the completion of the supplied service file or until
- * specified timeout is reached.
- * @param[in] serviceFile - Service file to wait for.
- * @param[in] timeout - Fallback timeout so we don't get stuck.
- **/
-void waitForServiceFile(const std::string& serviceFile, int timeout);
-
} // namespace phosphor
} // namespace software
} // namespace openpower
OpenPOWER on IntegriCloud