Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Elazar Gershuni <[email protected]>
  • Loading branch information
Elazar Gershuni committed Mar 12, 2024
1 parent 6df17d0 commit 2bac8d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/hypercube/hypercubeset.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,6 @@ func FromCube(cube []*interval.CanonicalSet) *CanonicalSet {
return res
}

func FromCubeAsIntervals(values ...*interval.CanonicalSet) *CanonicalSet {
return FromCube(values)
}

// FromCubeShort returns a new CanonicalSet created from a single input cube
// the input cube is given as an ordered list of integer values, where each two values
// represent the range (start,end) for a dimension value
Expand Down

0 comments on commit 2bac8d3

Please sign in to comment.