remove unused typedef

This commit is contained in:
conrad
2025-10-10 00:29:19 +10:00
parent 2784d6c912
commit 4dbc73b36d
@@ -438,8 +438,6 @@ op_strans::apply_direct(Mat_noalias<typename T1::elem_type>& out, const T1& X)
{
arma_debug_sigprint();
typedef typename T1::elem_type eT;
if((is_Mat<typename Proxy<T1>::stored_type>::value) || (is_subview_col<T1>::value) || (arma_config::openmp && Proxy<T1>::use_mp))
{
const quasi_unwrap<T1> U(X);