Commit f1acc3d9 authored by Greg Stein's avatar Greg Stein
Browse files

minor cleaning: provider ids are no longer used


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87063 13f79535-47bb-0310-9956-ffa450edef68
parent a6f7605e
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -131,16 +131,6 @@ extern const dav_hooks_locks dav_hooks_locks_fs;
/* forward-declare this sucker */
static const dav_hooks_repository dav_hooks_repository_fs;

/*
** The Provider ID is used to differentiate "logical" providers that use
** the same set of hook functions. Essentially, the ID is an instance
** handle and the hooks are a vtable.
**
** In this module, we only have a single provider for each type, so we
** actually ignore the Provider ID.
*/
#define DAV_FS_PROVIDER_ID	0

/*
** The namespace URIs that we use. This list and the enumeration must
** stay in sync.