summaryrefslogtreecommitdiff
path: root/src/core/model/Domain.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/Domain.hpp')
-rw-r--r--src/core/model/Domain.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/model/Domain.hpp b/src/core/model/Domain.hpp
index cd649d5..7704d36 100644
--- a/src/core/model/Domain.hpp
+++ b/src/core/model/Domain.hpp
@@ -616,19 +616,6 @@ public:
*/
/**
- * This is the default cardinality.
- */
-
-static Variant::cardinalityType createAny()
-{
- Variant::cardinalityType any;
- any.merge(Range<size_t>::typeRangeFrom(0));
- return std::move(any);
-}
-
-static const Variant AnyCardinality = createAny();
-
-/**
* A StructuredClass specifies nodes in the StructureTree of a document that
* implements this domain. For more information on the StructureTree please
* consult the Header documentation above.