[or-cvs] [tor/master 1/6] Remove an XXX in ntmain.c: a simple function call per loop is not so expensive.
nickm at torproject.org
nickm at torproject.org
Fri Oct 15 16:07:33 UTC 2010
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri, 15 Oct 2010 10:57:42 -0400
Subject: Remove an XXX in ntmain.c: a simple function call per loop is not so expensive.
Commit: be13b5775a8d23cd9eb69741ec06c3cbf83444d6
---
src/or/ntmain.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/or/ntmain.c b/src/or/ntmain.c
index 46e7afb..c5c6a58 100644
--- a/src/or/ntmain.c
+++ b/src/or/ntmain.c
@@ -183,7 +183,6 @@ nt_service_loadlibrary(void)
*/
int
nt_service_is_stopping(void)
-/* XXXX this function would probably _love_ to be inline, in 0.2.0. */
{
/* If we haven't loaded the function pointers, we can't possibly be an NT
* service trying to shut down. */
--
1.7.1
More information about the tor-commits
mailing list