chore(3p/nix/libexpr): Delete Bindings::sort
This function does nothing anymore since the attributes are always in-order.
This commit is contained in:
parent
986a8f6b75
commit
68e6e92a20
14 changed files with 6 additions and 54 deletions
1
third_party/nix/src/libexpr/json-to-value.cc
vendored
1
third_party/nix/src/libexpr/json-to-value.cc
vendored
|
|
@ -119,7 +119,6 @@ static void parseJSON(EvalState& state, const char*& s, Value& v) {
|
|||
for (auto& i : attrs) {
|
||||
v.attrs->push_back(Attr(i.first, i.second));
|
||||
}
|
||||
v.attrs->sort();
|
||||
s++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue