You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2015/11/21 23:03:24 UTC

svn commit: r1715583 - /httpd/httpd/trunk/modules/dav/main/props.c

Author: jailletc36
Date: Sat Nov 21 22:03:24 2015
New Revision: 1715583

URL: http://svn.apache.org/viewvc?rev=1715583&view=rev
Log:
Remove some useless 'return' statements.

Modified:
    httpd/httpd/trunk/modules/dav/main/props.c

Modified: httpd/httpd/trunk/modules/dav/main/props.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/dav/main/props.c?rev=1715583&r1=1715582&r2=1715583&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/dav/main/props.c (original)
+++ httpd/httpd/trunk/modules/dav/main/props.c Sat Nov 21 22:03:24 2015
@@ -566,7 +566,6 @@ DAV_DECLARE(void) dav_close_propdb(dav_p
 #if 0
     apr_pool_destroy(propdb->p);
 #endif
-    return;
 }
 
 DAV_DECLARE(dav_get_props_result) dav_get_allprops(dav_propdb *propdb,