diff --git a/include/armadillo_bits/op_strans_meat.hpp b/include/armadillo_bits/op_strans_meat.hpp index 0812b930..4e3458ea 100644 --- a/include/armadillo_bits/op_strans_meat.hpp +++ b/include/armadillo_bits/op_strans_meat.hpp @@ -438,8 +438,6 @@ op_strans::apply_direct(Mat_noalias& out, const T1& X) { arma_debug_sigprint(); - typedef typename T1::elem_type eT; - if((is_Mat::stored_type>::value) || (is_subview_col::value) || (arma_config::openmp && Proxy::use_mp)) { const quasi_unwrap U(X);