From 4a4dcd8072a75eaf20b9f6f975fedcd370e76469 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 7 May 2024 11:55:26 -0400 Subject: [PATCH] xo-unit: xquantity stream inserter: tidy --- include/xo/unit/xquantity_iostream.hpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/xo/unit/xquantity_iostream.hpp b/include/xo/unit/xquantity_iostream.hpp index 9798224e..f428027e 100644 --- a/include/xo/unit/xquantity_iostream.hpp +++ b/include/xo/unit/xquantity_iostream.hpp @@ -19,13 +19,6 @@ namespace xo { { os << x.scale() << x.abbrev(); -#ifdef NOT_USING - os << ""; -#endif - return os; } } /*namespace qty*/