summaryrefslogtreecommitdiff
path: root/update_status_utils.h
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-03-27 13:01:29 -0700
committerAlex Deymo <deymo@google.com>2017-03-27 17:17:41 -0700
commitdc066f14d22f7e3843ad3c4bbcfd8718f95d4dcd (patch)
treefa5805d40d310829020052be4d0b8c132a439689 /update_status_utils.h
parentf411650403c1d69c15ec0f2ee09b24c6c0ec67b5 (diff)
Remove weave support from update_engine.
This codepath is not used anymore. Bug: None Test: `make checkbuild`. Change-Id: I0f7f22d63cb2c3fbfabcda25763160e2470ef2c5
Diffstat (limited to 'update_status_utils.h')
-rw-r--r--update_status_utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/update_status_utils.h b/update_status_utils.h
index 9d851441..30ae53b7 100644
--- a/update_status_utils.h
+++ b/update_status_utils.h
@@ -25,10 +25,6 @@ namespace chromeos_update_engine {
const char* UpdateStatusToString(const update_engine::UpdateStatus& status);
-// Convert the UpdateStatus |status| to the string reported in the weave status.
-const char* UpdateStatusToWeaveStatus(
- const update_engine::UpdateStatus& status);
-
bool StringToUpdateStatus(const std::string& update_status_as_string,
update_engine::UpdateStatus* status);