Skip to content

Commit 372aa56

Browse files
committed
refactor: remove commented code
1 parent a420aab commit 372aa56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GraphBLAS-sharp.Backend/Quotes/Arithmetic.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ module ArithmeticOperations =
101101
mkUnaryOp zero <@ fun x -> x + constant @>
102102

103103
let intSumOption = mkNumericSum 0
104-
// let byteSumOption = mkNumericSum 0uy
105104
let floatSumOption = mkNumericSum 0.0
106105
let float32SumOption = mkNumericSum 0f
107106

0 commit comments

Comments
 (0)