Merge branch 'disable_ns_macro'

This commit is contained in:
Nick Mathewson
2020-01-09 16:02:41 -05:00
17 changed files with 1024 additions and 1128 deletions
+4
View File
@@ -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.