From: William A. Rowe Jr Date: Fri, 15 Mar 2002 20:34:30 +0000 (+0000) Subject: Axe unused variable X-Git-Tag: CHANGES~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abaf91981370eb806b2427e101a596bd7bd25d8e;p=thirdparty%2Fapache%2Fhttpd.git Axe unused variable git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93961 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index 11d802054d3..0e6ca2947a8 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -665,8 +665,6 @@ apr_status_t mpm_merge_service_args(apr_pool_t *p, void service_stopped(void) { - DWORD rv; - /* Still have a thread & window to clean up, so signal now */ if (globdat.service_thread) {