From 5ff5f64409c0e7914da99dcdb26c7b6077db1483 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 21 Nov 2015 22:03:24 +0000 Subject: [PATCH] Remove some useless 'return' statements. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715583 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/props.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dav/main/props.c b/modules/dav/main/props.c index da56d7a08c..47cc509bd4 100644 --- a/modules/dav/main/props.c +++ b/modules/dav/main/props.c @@ -566,7 +566,6 @@ DAV_DECLARE(void) dav_close_propdb(dav_propdb *propdb) #if 0 apr_pool_destroy(propdb->p); #endif - return; } DAV_DECLARE(dav_get_props_result) dav_get_allprops(dav_propdb *propdb, -- 2.40.0