Skip to content

Commit 2a3396d

Browse files
author
Joshua Reed
committed
Cleanup.
1 parent fb7acbd commit 2a3396d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

controllers/utils/base_reconciler.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ type ReconcilerBase struct {
4949
CloudClientExtension
5050
}
5151

52-
func (r *ReconcilerBase) GetBase() *ReconcilerBase {
53-
return r
54-
}
55-
5652
// CloudStackBaseContext is the base CloudStack data structure created/copied for each reconciliation request to avoid
5753
// concurrent member access.
5854
type CloudStackBaseContext struct {
@@ -83,7 +79,6 @@ type ConcreteRunner interface {
8379
ReconcileDelete() (ctrl.Result, error)
8480
Reconcile() (ctrl.Result, error)
8581
GetReconcilationSubject() client.Object
86-
GetBase() *ReconcilerBase
8782
}
8883

8984
func NewRunner(concreteRunner ConcreteRunner, subject client.Object, kind string) *ReconciliationRunner {

0 commit comments

Comments
 (0)