From 6178892c1a3aa79c82970f83b443f2cf44161a9e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 5 Mar 2026 13:02:12 +1100 Subject: [PATCH] xo-interpreter2 stack: refactor: string clases -> xo-stringtable2/ --- CMakeLists.txt | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b27b70..1735dd5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -116,26 +116,6 @@ xo_add_genfacetimpl( # ---------------------------------------------------------------- -# note: manual target; generated code committed to git -xo_add_genfacetimpl( - TARGET xo-object2-facetimpl-printable-string - FACET_PKG xo_printable2 - FACET Printable - REPR String - INPUT idl/IPrintable_DString.json5 -) - -# note: manual target; generated code committed to git -xo_add_genfacetimpl( - TARGET xo-object2-facetimpl-gcobject-string - FACET_PKG xo_gc - FACET GCObject - REPR String - INPUT idl/IGCObject_DString.json5 -) - -# ---------------------------------------------------------------- - # note: manual target; generated code committed to git xo_add_genfacetimpl( TARGET xo-object2-facetimpl-sequence-array