Remove shadow typedef
Removes a duplicate and identical typedef that was causing a 'declaration shadows typedef' (-Wshadow) warning in clang.
This commit is contained in:
parent
35e480fc4d
commit
134af9d811
@ -443,7 +443,6 @@ public:
|
|||||||
exclusiveMaximum_(false),
|
exclusiveMaximum_(false),
|
||||||
defaultValueLength_(0)
|
defaultValueLength_(0)
|
||||||
{
|
{
|
||||||
typedef typename SchemaDocumentType::ValueType ValueType;
|
|
||||||
typedef typename ValueType::ConstValueIterator ConstValueIterator;
|
typedef typename ValueType::ConstValueIterator ConstValueIterator;
|
||||||
typedef typename ValueType::ConstMemberIterator ConstMemberIterator;
|
typedef typename ValueType::ConstMemberIterator ConstMemberIterator;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user