From 0ed53efd407fb4e5462c3c1f606be90bb3f7241b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 30 Jan 2015 18:18:02 +0100 Subject: Added "Cardinality" type and AnyCardinality constant to RangeSet --- src/core/model/Domain.hpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/core/model/Domain.hpp') 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 @@ -615,19 +615,6 @@ public: * possibility to define it context-dependently? */ -/** - * This is the default cardinality. - */ - -static Variant::cardinalityType createAny() -{ - Variant::cardinalityType any; - any.merge(Range::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 -- cgit v1.2.3