You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/10/05 14:53:26 UTC

svn commit: r821780 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_spawn_ctl.c

Author: trawick
Date: Mon Oct  5 12:53:26 2009
New Revision: 821780

URL: http://svn.apache.org/viewvc?rev=821780&view=rev
Log:
remove variable left unused by r821608

Modified:
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_spawn_ctl.c

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_spawn_ctl.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_spawn_ctl.c?rev=821780&r1=821779&r2=821780&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_spawn_ctl.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_spawn_ctl.c Mon Oct  5 12:53:26 2009
@@ -216,8 +216,6 @@
 int is_kill_allowed(server_rec * main_server, fcgid_procnode * procnode)
 {
     struct fcgid_stat_node *previous_node, *current_node;
-    fcgid_server_conf *sconf = ap_get_module_config(main_server->module_config,
-                                                    &fcgid_module);
 
     if (!g_stat_pool || !procnode)
         return 0;