remove TODO

This commit is contained in:
conrad
2020-12-26 13:09:26 +10:00
parent 1fe3102d43
commit 0180fd1bfc
@@ -33,8 +33,6 @@ subview_elem1<eT,T1>::subview_elem1(const Mat<eT>& in_m, const Base<uword,T1>& i
, a(in_a)
{
arma_extra_debug_sigprint();
// TODO: refactor to unwrap 'in_a' instead of storing a ref to it; this will allow removal of carrying T1 around and repetition of size checks
}