Skip to content

Commit ecf3b41

Browse files
committed
gar/blk-matrix : remove unused/unimplemented function
1 parent f6e195a commit ecf3b41

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/aligator/gar/blk-matrix.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,6 @@ template <typename _MatrixType, int _N, int _M> class BlkMatrix {
225225
}
226226
m_data.resize(m_totalRows, m_totalCols);
227227
}
228-
229-
/// Check consistency between stored data and the stated block row/column
230-
/// dimensions.
231-
bool checkDimConsistency() const {}
232228
};
233229

234230
} // namespace aligator

0 commit comments

Comments
 (0)