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 2013/10/23 03:23:19 UTC

svn commit: r1534888 - /httpd/httpd/trunk/server/mpm/event/event.c

Author: trawick
Date: Wed Oct 23 01:23:18 2013
New Revision: 1534888

URL: http://svn.apache.org/r1534888
Log:
axe unused autodata+heap (clang scan-build)

Modified:
    httpd/httpd/trunk/server/mpm/event/event.c

Modified: httpd/httpd/trunk/server/mpm/event/event.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=1534888&r1=1534887&r2=1534888&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/event/event.c (original)
+++ httpd/httpd/trunk/server/mpm/event/event.c Wed Oct 23 01:23:18 2013
@@ -1392,7 +1392,6 @@ static apr_status_t event_unregister_soc
 {
     int i = 0, nsock;
     apr_status_t final_rc = APR_SUCCESS;
-    apr_pollfd_t *pfd = apr_palloc(p, sizeof(*pfd));
     apr_pollfd_t **pfds = NULL;
 
     while(s[i] != NULL) {