diff --git a/include/rapidjson/schema.h b/include/rapidjson/schema.h index 1ff8883..fc39d06 100644 --- a/include/rapidjson/schema.h +++ b/include/rapidjson/schema.h @@ -443,7 +443,6 @@ public: exclusiveMaximum_(false), defaultValueLength_(0) { - typedef typename SchemaDocumentType::ValueType ValueType; typedef typename ValueType::ConstValueIterator ConstValueIterator; typedef typename ValueType::ConstMemberIterator ConstMemberIterator;