summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-17 08:39:56 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-17 08:39:56 -0500
commiteef021e12d5ad2fbc86d7bf058eacc40ae6f1757 (patch)
tree185f0be7285ada794607d25812e84c287573a007
parentd7a22160f54dfa90702cfd6d6f83a0a75909edcb (diff)
downloadtor-eef021e12d5ad2fbc86d7bf058eacc40ae6f1757.tar.gz
tor-eef021e12d5ad2fbc86d7bf058eacc40ae6f1757.zip
Revert "Use tor_api.h entry points in ntmain.c."
This reverts commit dca2629480f143ed8deb71b73b15c7c5ff890571.
-rw-r--r--changes/bug328835
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug32883 b/changes/bug32883
deleted file mode 100644
index 6a15e0221b..0000000000
--- 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.