diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-22T02·35+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-22T02·35+0100 |
commit | 68e6e92a20b8ee01de3b89e72fc68517fea6f70c (patch) | |
tree | eb44f148e6cabe0d9281d861a379f7c19cd2783a /third_party/nix/src/libexpr/attr-set.hh | |
parent | 986a8f6b75ffa51682cbe730c5c2907296082cd4 (diff) |
chore(3p/nix/libexpr): Delete Bindings::sort r/803
This function does nothing anymore since the attributes are always in-order.
Diffstat (limited to 'third_party/nix/src/libexpr/attr-set.hh')
-rw-r--r-- | third_party/nix/src/libexpr/attr-set.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/libexpr/attr-set.hh b/third_party/nix/src/libexpr/attr-set.hh index 4ae908964cd1..832733365389 100644 --- a/third_party/nix/src/libexpr/attr-set.hh +++ b/third_party/nix/src/libexpr/attr-set.hh @@ -54,9 +54,6 @@ class Bindings { void merge(Bindings* other); // ??? - [[deprecated]] void sort(); - - // ??? [[deprecated]] size_t capacity(); // oh no |