commit 079912de4d487ee547e03ad73638649108bead3d Author: Nick Mathewson nickm@torproject.org Date: Thu Jan 9 11:51:46 2020 -0500
Changes file for ticket 32887 (NS*() removal) --- changes/ticket32887 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/ticket32887 b/changes/ticket32887 new file mode 100644 index 000000000..a7406bcce --- /dev/null +++ b/changes/ticket32887 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Remove underused NS*() macros from test code: they make our + tests more confusing, especially for code-formatting tools. + Closes ticket 32887.