matrix/mat64: remove unused const

This commit is contained in:
Vladimir Chalupecky
2017-06-01 21:38:53 +02:00
parent 292b249a3e
commit a2857d277a

View File

@@ -208,7 +208,6 @@ func rectanglesOverlap(off, aCols, bCols, stride int) bool {
// Flatten the shifted matrix column positions
// so a starts at 0, modulo the common stride.
const aFrom = 0
aTo := aCols
// The mod stride operations here make the from
// and to indexes comparable between a and b when