mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Remove an unused variable from evaluation_benchmark.cc
Change-Id: Ibc1133d0fb0ee4dd160712fb3c1c72aec54f2b08
This commit is contained in:
@@ -131,7 +131,6 @@ struct BALData {
|
||||
const BlockSparseMatrix* BlockSparseJacobianWithTranspose(
|
||||
ContextImpl* context) {
|
||||
if (!block_sparse_jacobian_with_transpose) {
|
||||
auto regular = BlockSparseJacobian(context);
|
||||
block_sparse_jacobian_with_transpose = CreateBlockSparseJacobian(context);
|
||||
block_sparse_jacobian_with_transpose->AddTransposeBlockStructure();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user