Skip to content
  • Benjamin Otte's avatar
    rbtree: Make node getters not require tree argument · 8a7706f2
    Benjamin Otte authored
    The tree is not needed to walk around the nodes.
    
    It is however still needed for anything that requires modifying the
    tree.
    
    There is no immediate benefit in changing this API, but there might be
    situations in the future where we can avoid looking up the tree when we
    just want to check some details about the node.
    8a7706f2