You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2009/02/09 07:50:26 UTC

svn commit: r742282 - /httpd/httpd/trunk/modules/mappers/mod_watchdog.c

Author: mturk
Date: Mon Feb  9 06:50:26 2009
New Revision: 742282

URL: http://svn.apache.org/viewvc?rev=742282&view=rev
Log:
Remove unused var

Modified:
    httpd/httpd/trunk/modules/mappers/mod_watchdog.c

Modified: httpd/httpd/trunk/modules/mappers/mod_watchdog.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_watchdog.c?rev=742282&r1=742281&r2=742282&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/mappers/mod_watchdog.c (original)
+++ httpd/httpd/trunk/modules/mappers/mod_watchdog.c Mon Feb  9 06:50:26 2009
@@ -424,7 +424,6 @@
 {
     apr_status_t rv;
     const char *pk = "watchdog_init_module_tag";
-    const char *lk = "watchdog_pmutex_name_tag";
     apr_pool_t *pproc = s->process->pool;
     const apr_array_header_t *wl;