From 6885a908132ea63f1f49a613540c4c00afda55b6 Mon Sep 17 00:00:00 2001 From: Yifan Gu Date: Mon, 7 Aug 2017 13:19:09 -0700 Subject: [PATCH] Revert "update_engine_events.go: Add a custom "InstallStarted" event." --- omaha/client/update_engine_events.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/omaha/client/update_engine_events.go b/omaha/client/update_engine_events.go index 0dfdc83..e20a70a 100644 --- a/omaha/client/update_engine_events.go +++ b/omaha/client/update_engine_events.go @@ -32,10 +32,6 @@ var ( Type: omaha.EventTypeUpdateDownloadFinished, Result: omaha.EventResultSuccess, } - EventInstallStarted = &omaha.EventRequest{ - Type: omaha.EventTypeInstallStarted, - Result: omaha.EventResultSuccess, - } EventInstalled = &omaha.EventRequest{ Type: omaha.EventTypeUpdateComplete, Result: omaha.EventResultSuccess,