xo-unit: xquantity stream inserter: tidy

This commit is contained in:
Roland Conybeare 2024-05-07 11:55:26 -04:00
commit 4a4dcd8072

View file

@ -19,13 +19,6 @@ namespace xo {
{
os << x.scale() << x.abbrev();
#ifdef NOT_USING
os << "<qty"
<< xtag("scale", x.scale())
<< xtag("unit", x.unit())
<< ">";
#endif
return os;
}
} /*namespace qty*/