Skip to content

Commit b5ea523

Browse files
committed
Try restart CI
1 parent 049b4b3 commit b5ea523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GraphBLAS-sharp.Backend/Common/PrefixSum.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ module internal PrefixSumInternal =
209209
let runBackwardsIncludeInPlace plus = runInPlace plus true scanInclusive
210210

211211
/// <summary>
212-
/// This method is deprecated due to bad perfomance.
213212
/// Exclude in-place prefix sum of integer array with addition operation and start value that is equal to 0.
214213
/// </summary>
215214
/// <example>

0 commit comments

Comments
 (0)