]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
dav_fs_cmds is declared twice in the file... VS 2022 complains about it.
authorJean-Frederic Clere <jfclere@apache.org>
Fri, 5 May 2023 13:26:23 +0000 (13:26 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Fri, 5 May 2023 13:26:23 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909628 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/mod_dav_fs.c

index 49986fc747ca3f1e9e1a3f8d93565caa9970c735..6845d90543c9c6c22bb05380e6c7a06044d57166 100644 (file)
@@ -51,8 +51,6 @@ const char *dav_get_lockdb_path(const request_rec *r)
     return conf->lockdb_path;
 }
 
-static const command_rec dav_fs_cmds[];
-
 dav_error *dav_fs_get_quota(const request_rec *r, const char *path,
                             apr_off_t *quota_bytes)
 {