xo-type: cleanup CMakeList.txt stale comments

This commit is contained in:
Roland Conybeare 2026-05-30 10:17:36 -04:00
commit e00e5c62ac

View file

@ -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
)