From 4dbc73b36de7dab36abef10be05f574af706293a Mon Sep 17 00:00:00 2001 From: conrad Date: Fri, 10 Oct 2025 00:29:19 +1000 Subject: [PATCH] remove unused typedef --- include/armadillo_bits/op_strans_meat.hpp | 2 -- 1 file changed, 2 deletions(-) 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);