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/get-drvs.cc
vendored
1
third_party/nix/src/libexpr/get-drvs.cc
vendored
|
|
@ -305,7 +305,6 @@ void DrvInfo::setMeta(const std::string& name, Value* v) {
|
|||
if (v != nullptr) {
|
||||
meta->push_back(Attr(sym, v));
|
||||
}
|
||||
meta->sort();
|
||||
}
|
||||
|
||||
/* Cache for already considered attrsets. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue