From be13b5775a8d23cd9eb69741ec06c3cbf83444d6 Mon Sep 17 00:00:00 2001 From: Nick Mathewson 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. --- src/or/ntmain.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/ntmain.c') diff --git a/src/or/ntmain.c b/src/or/ntmain.c index 46e7afb78b..c5c6a58bbe 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. */ -- cgit v1.2.3-54-g00ecf