commit eef021e12d5ad2fbc86d7bf058eacc40ae6f1757 Author: Nick Mathewson nickm@torproject.org Date: Fri Jan 17 08:39:56 2020 -0500
Revert "Use tor_api.h entry points in ntmain.c."
This reverts commit dca2629480f143ed8deb71b73b15c7c5ff890571. --- changes/bug32883 | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/changes/bug32883 b/changes/bug32883 deleted file mode 100644 index 6a15e0221..000000000 --- a/changes/bug32883 +++ /dev/null @@ -1,5 +0,0 @@ - o Code simplification and refactoring (windows services): - - The windows service logic now uses the tor_api.h entry points, to - avoid needless code duplication, and to prevent bugs related to - the different entry points getting out of sync. Closes ticket - 32883.