diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-22 14:21:17 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 14:24:09 -0400 |
commit | 04addabb0426f2f564f4f0914568b2fa227a8f54 (patch) | |
tree | 37b9e8a374fc955724b2aabac283b8fbaed9935f | |
parent | 6bc2b41e54976abdafb464128890ae23584aeed7 (diff) | |
download | tor-04addabb0426f2f564f4f0914568b2fa227a8f54.tar.gz tor-04addabb0426f2f564f4f0914568b2fa227a8f54.zip |
Changes file for options_validate() API changes in #32187.
-rw-r--r-- | changes/ticket32187 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket32187 b/changes/ticket32187 new file mode 100644 index 0000000000..b5b4e16bfc --- /dev/null +++ b/changes/ticket32187 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Remove some unused arguments from the options_validate() function, + to simplify our code and tests. Closes ticket 32187. |