sparse SparseMatrix_init: remove dead stores to 'property'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 29 Sep 2022 04:32:32 +0000 (21:32 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Sep 2022 04:08:54 +0000 (21:08 -0700)
commit2b06923b99588da096061ab3a86139df6292c10d
treeebbeea1f64fce169afa3a9de4a2e59c1070bcac2
parentf7da583bd21a59e33ba78b6cb4b581457f4ff0d0
sparse SparseMatrix_init: remove dead stores to 'property'

`property` is cleared immediately before these lines.
lib/sparse/SparseMatrix.c