🔥 remove duplicated line

parent b0730f29
...@@ -5429,7 +5429,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec ...@@ -5429,7 +5429,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
// capacity has changed: update all elements' parents // capacity has changed: update all elements' parents
set_parents(); set_parents();
} }
set_parent(m_value.array->back());
} }
/*! /*!
......
...@@ -22464,7 +22464,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec ...@@ -22464,7 +22464,6 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
// capacity has changed: update all elements' parents // capacity has changed: update all elements' parents
set_parents(); set_parents();
} }
set_parent(m_value.array->back());
} }
/*! /*!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment