mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
o Code simplification and refactoring:
|
|
- Remove redundant behavior of is_sensitive_dir_purpose, refactor to use
|
|
only purpose_needs_anonymity. Closes part of ticket 20077.
|
|
- Refactor large if statement in purpose_needs_anonymity to use switch
|
|
statement instead. Closes part of ticket 20077.
|