From 122d58b0f827f46f62c617afded031fdf91ac627 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 23 May 2024 17:06:14 -0400 Subject: [PATCH] xo-unit: retire unused file --- include/xo/unit/basis_unit_abbrev.hpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 include/xo/unit/basis_unit_abbrev.hpp diff --git a/include/xo/unit/basis_unit_abbrev.hpp b/include/xo/unit/basis_unit_abbrev.hpp deleted file mode 100644 index 22c8388d..00000000 --- a/include/xo/unit/basis_unit_abbrev.hpp +++ /dev/null @@ -1,21 +0,0 @@ -/** @file basis_unit_abbrev.hpp - * - * Author: Roland Conybeare - **/ - -#pragma once - -#include "native_unit.hpp" -#include "xo/ratio/ratio.hpp" -//#include - -namespace xo { - namespace qty { - namespace abbrev { - xxx; - } /*namespace abbrev*/ - } /*namespace qty*/ -} /*namespace xo*/ - - -/** end basis_unit_abbrev.hpp **/