diff --git a/include/armadillo_bits/subview_elem1_meat.hpp b/include/armadillo_bits/subview_elem1_meat.hpp index 8a991e04..b12b00e7 100644 --- a/include/armadillo_bits/subview_elem1_meat.hpp +++ b/include/armadillo_bits/subview_elem1_meat.hpp @@ -33,8 +33,6 @@ subview_elem1::subview_elem1(const Mat& in_m, const Base& 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 }