about summary refs log tree commit diff
path: root/third_party/nix/src/libexpr/attr-set.hh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/libexpr/attr-set.hh')
-rw-r--r--third_party/nix/src/libexpr/attr-set.hh3
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 4ae908964c..8327333653 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