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/primops/fromTOML.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'third_party/nix/src/libexpr/primops/fromTOML.cc') diff --git a/third_party/nix/src/libexpr/primops/fromTOML.cc b/third_party/nix/src/libexpr/primops/fromTOML.cc index 320b6120e746..cc7b3cfcc33e 100644 --- a/third_party/nix/src/libexpr/primops/fromTOML.cc +++ b/third_party/nix/src/libexpr/primops/fromTOML.cc @@ -35,8 +35,6 @@ static void prim_fromTOML(EvalState& state, const Pos& pos, Value** args, } else visit(v2, i.second); } - - v.attrs->sort(); } else if (auto t2 = t->as_array()) { -- cgit 1.4.1