Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Oct 5, 2024
1 parent 97aca09 commit 811608f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/v2/controllers/vreplicaset_controller/model/reconciler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ pub struct VReplicaSetReconcileState {
}

impl Reconciler<VReplicaSetReconcileState, VReplicaSetView, VoidEReqView, VoidERespView> for VReplicaSetReconciler {
// type S = VReplicaSetReconcileState;
// type K = VReplicaSetView;
// type EReq = VoidEReqView;
// type EResp = VoidERespView;

open spec fn reconcile_init_state() -> VReplicaSetReconcileState {
reconcile_init_state()
}
Expand Down

0 comments on commit 811608f

Please sign in to comment.