Skip to content

Commit a7b9123

Browse files
committed
docs: cleanup
1 parent 22be8b8 commit a7b9123

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ComposableExpression.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ function (ex::AbstractComposableExpression)(
199199
x::Union{ValidVector,Number}, _xs::Vararg{Union{ValidVector,Number},N}
200200
) where {N}
201201
xs = (x, _xs...)
202-
# This method handles mixed ValidVector/Number cases and all-ValidVector cases
203-
# (All-Number cases are handled by the dedicated Number method above)
204-
205-
# Find first ValidVector to determine sample size for Number conversion
206202
sample_vector =
207203
let first_valid_vector_idx = findfirst(arg -> arg isa ValidVector, xs)::Int
208204
xs[first_valid_vector_idx]::ValidVector

0 commit comments

Comments
 (0)