mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'sebastian/pure_removal'
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
o Code simplifications and refactorings:
|
||||
- Remove the pure attribute from all functions that used it previously.
|
||||
In many cases this we assigned it incorrectly, because the functions
|
||||
might assert or call impure functions, and we don't have evidence
|
||||
that keeping the pure attribute is worthwhile. Implements changes
|
||||
suggested in ticket 4421.
|
||||
|
||||
Reference in New Issue
Block a user