Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjb committed Jul 12, 2024
1 parent 3196055 commit 3f5dcf6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions internal/engine/rtengine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ func (r *RuleTypeEngine) GetRuleInstanceValidator() *profiles.RuleValidator {
return r.ruleValidator
}

// GetRuleType returns the rule type PB structure.
func (r *RuleTypeEngine) GetRuleType() *minderv1.RuleType {
return r.ruletype
}

// Eval runs the rule type engine against the given entity
func (r *RuleTypeEngine) Eval(
ctx context.Context,
Expand Down

0 comments on commit 3f5dcf6

Please sign in to comment.