Skip to content

Commit

Permalink
Remove unusd type helper FilterCombinationPtr
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenraad Verheyden committed Aug 24, 2020
1 parent 1bf585f commit af31c55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions type_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ func CalculationOpPtr(v CalculationOp) *CalculationOp {
return &v
}

// FilterCombinationPtr returns a pointer to the given FilterCombination.
func FilterCombinationPtr(v FilterCombination) *FilterCombination {
return &v
}

// Float64Ptr returns a pointer to the given float64.
func Float64Ptr(v float64) *float64 {
return &v
Expand Down

0 comments on commit af31c55

Please sign in to comment.