Skip to content

Commit 134af9d

Browse files
committed
Remove shadow typedef
Removes a duplicate and identical typedef that was causing a 'declaration shadows typedef' (-Wshadow) warning in clang.
1 parent 35e480f commit 134af9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/rapidjson/schema.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ class Schema {
443443
exclusiveMaximum_(false),
444444
defaultValueLength_(0)
445445
{
446-
typedef typename SchemaDocumentType::ValueType ValueType;
447446
typedef typename ValueType::ConstValueIterator ConstValueIterator;
448447
typedef typename ValueType::ConstMemberIterator ConstMemberIterator;
449448

0 commit comments

Comments
 (0)