From a00ca0bd1935fc71c3b6dabdaec27fd235e9f54a Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 23 Apr 2024 21:01:33 -0400 Subject: [PATCH] xo-unit: utest: prune unused typealiases --- utest/unit.test.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/utest/unit.test.cpp b/utest/unit.test.cpp index c73f142e..061d45ab 100644 --- a/utest/unit.test.cpp +++ b/utest/unit.test.cpp @@ -11,8 +11,6 @@ #include "xo/unit/bpu_iostream.hpp" #include "xo/unit/basis_unit.hpp" #include "xo/unit/native_unit.hpp" -//#include "xo/reflect/Reflect.hpp" -//#include "xo/cxxutil/demangle.hpp" #include "xo/indentlog/scope.hpp" #include "xo/indentlog/print/tag.hpp" #include @@ -21,14 +19,11 @@ namespace xo { namespace ut { /* compile-time tests */ - //using xo::reflect::Reflect; - namespace su2 = xo::qty::su2; using xo::qty::Quantity; using xo::qty::dim; using xo::qty::basis_unit2_abbrev_type; - using xo::qty::native_unit; using xo::qty::native_unit2_v; using xo::qty::scalefactor_ratio_type; using xo::qty::units::scaled_native_unit2_abbrev;