aboutsummaryrefslogtreecommitdiff
path: root/src/engine/dependency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/dependency.h')
-rw-r--r--src/engine/dependency.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/engine/dependency.h b/src/engine/dependency.h
index efb9f2f2..06a01a20 100644
--- a/src/engine/dependency.h
+++ b/src/engine/dependency.h
@@ -85,16 +85,6 @@ HRESULT DependencyAddIgnoreDependencies(
85 ); 85 );
86 86
87/******************************************************************** 87/********************************************************************
88 DependencyDependentExists - Checks to see if the provider key is
89 already dependent on this bundle.
90
91*********************************************************************/
92BOOL DependencyDependentExists(
93 __in const BURN_REGISTRATION* pRegistration,
94 __in_z LPCWSTR wzDependentProviderKey
95 );
96
97/********************************************************************
98 DependencyPlanPackageBegin - Updates the dependency registration 88 DependencyPlanPackageBegin - Updates the dependency registration
99 action depending on the calculated state for the package. 89 action depending on the calculated state for the package.
100 90