xo-stringtable2: tidy + restore build

This commit is contained in:
Roland Conybeare 2026-03-16 19:03:12 -05:00
commit 5706be3c94
3 changed files with 0 additions and 30 deletions

View file

@ -1,13 +0,0 @@
/** @file stringtable2_register_facets.hpp
*
* @author Roland Conybeare, Mar 2026
**/
#pragma once
namespace xo {
namespace scm {
}
}
/* end stringtable2_register_facets.hpp */

View file

@ -1,15 +0,0 @@
/** @file stringtable2_register_types.hpp
*
* @author Roland Conybeare, Dec 2025
**/
#pragma once
#include <xo/alloc2/Collector.hpp>
namespace xo {
namespace scm {
}
}
/* end stringtable2_register_types.hpp */

View file

@ -4,8 +4,6 @@ set(SELF_LIB xo_stringtable2)
set(SELF_SRCS
init_stringtable2.cpp
SetupStringtable2.cpp
#stringtable2_register_facets.cpp
stringtable2_register_types.cpp
StringTable.cpp