diff options
Diffstat (limited to 'third_party/nix/src/libexpr/attr-set.hh')
-rw-r--r-- | third_party/nix/src/libexpr/attr-set.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/src/libexpr/attr-set.hh b/third_party/nix/src/libexpr/attr-set.hh index c02f3930fda5..5d77e0907cd6 100644 --- a/third_party/nix/src/libexpr/attr-set.hh +++ b/third_party/nix/src/libexpr/attr-set.hh @@ -59,13 +59,6 @@ class Bindings { iterator end(); const_iterator cend() const; - // Returns the elements of the attribute set as a vector, sorted - // lexicographically by keys. - // - // This is used primarily for builtins that have guaranteed - // ordering, such as `attrNames` or `attrValues`. - std::vector<const Attr*> SortedByKeys(); - // oh no friend class EvalState; |