From 68e6e92a20b8ee01de3b89e72fc68517fea6f70c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 22 May 2020 03:35:07 +0100 Subject: chore(3p/nix/libexpr): Delete Bindings::sort This function does nothing anymore since the attributes are always in-order. --- third_party/nix/src/libexpr/attr-set.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'third_party/nix/src/libexpr/attr-set.hh') 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 @@ -53,9 +53,6 @@ class Bindings { // Merge values from other into the current attribute void merge(Bindings* other); - // ??? - [[deprecated]] void sort(); - // ??? [[deprecated]] size_t capacity(); -- cgit 1.4.1