mirror of
https://github.com/gonum/gonum.git
synced 2025-10-21 06:09:26 +08:00
matrix/mat64: remove unused const
This commit is contained in:
@@ -208,7 +208,6 @@ func rectanglesOverlap(off, aCols, bCols, stride int) bool {
|
|||||||
|
|
||||||
// Flatten the shifted matrix column positions
|
// Flatten the shifted matrix column positions
|
||||||
// so a starts at 0, modulo the common stride.
|
// so a starts at 0, modulo the common stride.
|
||||||
const aFrom = 0
|
|
||||||
aTo := aCols
|
aTo := aCols
|
||||||
// The mod stride operations here make the from
|
// The mod stride operations here make the from
|
||||||
// and to indexes comparable between a and b when
|
// and to indexes comparable between a and b when
|
||||||
|
Reference in New Issue
Block a user