From 07c0a7c0f705b0f3e1699a4399a9fe25bb8bddfd Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 30 May 2026 10:17:36 -0400 Subject: [PATCH] xo-type: cleanup CMakeList.txt stale comments --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e61de98..f8d68c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ xo_add_genfacet( xo_add_genfacetimpl( TARGET xo-type-facetimpl-type-atomictype FACET_PKG xo_type -# REPR AtomicType INPUT idl/IType_DAtomicType.json5 ) @@ -42,7 +41,6 @@ xo_add_genfacetimpl( xo_add_genfacetimpl( TARGET xo-type-facetimpl-gcobject-atomictype FACET_PKG xo_alloc2 -# REPR AtomicType INPUT idl/IGCObject_DAtomicType.json5 ) @@ -52,7 +50,6 @@ xo_add_genfacetimpl( xo_add_genfacetimpl( TARGET xo-type-facetimpl-type-listtype FACET_PKG xo_type -# REPR ListType INPUT idl/IType_DListType.json5 ) @@ -60,7 +57,6 @@ xo_add_genfacetimpl( xo_add_genfacetimpl( TARGET xo-type-facetimpl-gcobject-listtype FACET_PKG xo_alloc2 -# REPR ListType INPUT idl/IGCObject_DListType.json5 ) @@ -70,7 +66,6 @@ xo_add_genfacetimpl( xo_add_genfacetimpl( TARGET xo-type-facetimpl-type-arraytype FACET_PKG xo_type -# REPR ArrayType INPUT idl/IType_DArrayType.json5 ) @@ -78,7 +73,6 @@ xo_add_genfacetimpl( xo_add_genfacetimpl( TARGET xo-type-facetimpl-gcobject-arraytype FACET_PKG xo_alloc2 -# REPR ArrayType INPUT idl/IGCObject_DArrayType.json5 ) @@ -88,7 +82,6 @@ xo_add_genfacetimpl( xo_add_genfacetimpl( TARGET xo-type-facetimpl-type-functiontype FACET_PKG xo_type -# REPR FunctionType INPUT idl/IType_DFunctionType.json5 ) @@ -96,7 +89,6 @@ xo_add_genfacetimpl( xo_add_genfacetimpl( TARGET xo-type-facetimpl-gcobject-functiontype FACET_PKG xo_alloc2 -# REPR FunctionType INPUT idl/IGCObject_DFunctionType.json5 )