Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit fdd0b90

Browse files
committed
Remove unused type parameter
1 parent 945c8df commit fdd0b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mutable struct TimeWindowAssociativeOp{Value,Op,Op!,Time,TimeDiff}
4646
end
4747
end
4848

49-
function TimeWindowAssociativeOp{T,Op,Time}(window::TimeDiff) where {T,Op,Time,TimeDiff}
49+
function TimeWindowAssociativeOp{T,Op,Time}(window) where {T,Op,Time}
5050
return TimeWindowAssociativeOp{T,Op,Op,Time}(window)
5151
end
5252

0 commit comments

Comments
 (0)