diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-15 10:57:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-15 10:57:42 -0400 |
commit | be13b5775a8d23cd9eb69741ec06c3cbf83444d6 (patch) | |
tree | 1ce63124e80f9ffda44ed78425b0f21c232f59b1 /src/or/ntmain.c | |
parent | 01cde8dbf3489607a89c08b3602716d8e3b60753 (diff) | |
download | tor-be13b5775a8d23cd9eb69741ec06c3cbf83444d6.tar.gz tor-be13b5775a8d23cd9eb69741ec06c3cbf83444d6.zip |
Remove an XXX in ntmain.c: a simple function call per loop is not so expensive.
Diffstat (limited to 'src/or/ntmain.c')
-rw-r--r-- | 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 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. */ |