Skip to content

Commit 938a2ee

Browse files
author
Joshua Reed
committed
Cleanup.
1 parent 4b07487 commit 938a2ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

controllers/cloudstackisolatednetwork_controller.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ func (r *CloudStackIsoNetReconciliationRunner) Reconcile() (retRes ctrl.Result,
9393
}
9494

9595
func (r *CloudStackIsoNetReconciliationRunner) ReconcileDelete() (retRes ctrl.Result, retErr error) {
96-
if res, err := r.GetParent(r.ReconciliationSubject, r.FailureDomain)(); r.ShouldReturn(res, err) {
97-
return res, err
98-
}
9996
r.Log.Info("Deleting IsolatedNetwork.")
10097
if err := r.CSUser.DisposeIsoNetResources(r.FailureDomain, r.ReconciliationSubject, r.CSCluster); err != nil {
10198
if !strings.Contains(strings.ToLower(err.Error()), "no match found") {

0 commit comments

Comments
 (0)