Skip to content

Commit ae2d26c

Browse files
committed
Remove return
1 parent 8eb1ba1 commit ae2d26c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/host/reverse.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ function _reverse(input::AnyGPUArray{T, N}, output::AnyGPUArray{T, N};
2626
index_out = lin_idx[idx...]
2727
output[index_out] = input[index_in]
2828
end
29-
30-
return
3129
end
3230
## COV_EXCL_STOP
3331

@@ -71,8 +69,6 @@ function _reverse!(data::AnyGPUArray{T, N}; dims=1:ndims(data)) where {T, N}
7169
data[index_in] = temp
7270
end
7371
end
74-
75-
return
7672
end
7773
## COV_EXCL_STOP
7874

0 commit comments

Comments
 (0)