🔥 remove duplicated line

This commit is contained in:
Niels Lohmann 2021-07-12 19:21:07 +02:00 committed by Chaoya Li
parent a5fd035506
commit 44a7dceb04
2 changed files with 0 additions and 2 deletions

View File

@ -5429,7 +5429,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
// capacity has changed: update all elements' parents
set_parents();
}
set_parent(m_value.array->back());
}
/*!

View File

@ -22473,7 +22473,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
// capacity has changed: update all elements' parents
set_parents();
}
set_parent(m_value.array->back());
}
/*!