summaryrefslogtreecommitdiffstats
path: root/serialize.hpp
diff options
context:
space:
mode:
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