mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Remove unused code
setOperator is no longer used, remove it as it's dangerous and useless
This commit is contained in:
@@ -23,10 +23,6 @@ type abstractMatcher struct {
|
||||
Operator string
|
||||
}
|
||||
|
||||
func (matcher *abstractMatcher) setOperator(operator string) {
|
||||
matcher.Operator = operator
|
||||
}
|
||||
|
||||
func (matcher *abstractMatcher) GetOperator() string {
|
||||
return matcher.Operator
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user