aboutsummaryrefslogtreecommitdiff
path: root/src/engine/apply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/apply.cpp')
-rw-r--r--src/engine/apply.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/apply.cpp b/src/engine/apply.cpp
index 833d750c..c5d27277 100644
--- a/src/engine/apply.cpp
+++ b/src/engine/apply.cpp
@@ -1743,8 +1743,6 @@ static HRESULT DoExecuteAction(
1743 ExitOnFailure(hr, "Failed to execute commit MSI transaction action."); 1743 ExitOnFailure(hr, "Failed to execute commit MSI transaction action.");
1744 break; 1744 break;
1745 1745
1746 case BURN_EXECUTE_ACTION_TYPE_SERVICE_STOP: __fallthrough;
1747 case BURN_EXECUTE_ACTION_TYPE_SERVICE_START: __fallthrough;
1748 default: 1746 default:
1749 hr = E_UNEXPECTED; 1747 hr = E_UNEXPECTED;
1750 ExitOnFailure(hr, "Invalid execute action."); 1748 ExitOnFailure(hr, "Invalid execute action.");
@@ -1854,8 +1852,6 @@ static HRESULT DoRollbackActions(
1854 IgnoreRollbackError(hr, "Failed to uncache package for rollback."); 1852 IgnoreRollbackError(hr, "Failed to uncache package for rollback.");
1855 break; 1853 break;
1856 1854
1857 case BURN_EXECUTE_ACTION_TYPE_SERVICE_STOP: __fallthrough;
1858 case BURN_EXECUTE_ACTION_TYPE_SERVICE_START: __fallthrough;
1859 default: 1855 default:
1860 hr = E_UNEXPECTED; 1856 hr = E_UNEXPECTED;
1861 ExitOnFailure(hr, "Invalid rollback action: %d.", pRollbackAction->type); 1857 ExitOnFailure(hr, "Invalid rollback action: %d.", pRollbackAction->type);