From ce8acddf52bde840571535c3dfd56a2371d80684 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Tue, 3 Aug 2021 15:41:34 -0500 Subject: Add BURN_DEPENDENCIES struct to store Dependency state. --- src/burn/engine/detect.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/burn/engine/detect.cpp') diff --git a/src/burn/engine/detect.cpp b/src/burn/engine/detect.cpp index dc35e747..5f68a240 100644 --- a/src/burn/engine/detect.cpp +++ b/src/burn/engine/detect.cpp @@ -44,13 +44,6 @@ extern "C" void DetectReset( pRegistration->fForwardCompatibleBundleExists = FALSE; pRegistration->fEligibleForCleanup = FALSE; - if (pRegistration->rgIgnoredDependencies) - { - ReleaseDependencyArray(pRegistration->rgIgnoredDependencies, pRegistration->cIgnoredDependencies); - } - pRegistration->rgIgnoredDependencies = NULL; - pRegistration->cIgnoredDependencies = 0; - if (pRegistration->rgDependents) { ReleaseDependencyArray(pRegistration->rgDependents, pRegistration->cDependents); -- cgit v1.2.3-55-g6feb