Skip to content
  • Nick Mathewson's avatar
    Remove long-obsolete members from the state file. · c4812698
    Nick Mathewson authored
    Tor has a feature to preserve unrecognized state file entries in
    order to maintain forward compatibility.  But this feature, along
    with some unused code that we never actually removed, led to us
    keeping items that were of no use to the user, other than at worst
    to preserve ancient information about them.
    
    This commit adds a feature to remove obsolete entries when we load
    the file.
    
    Closes ticket 40137.
    c4812698