From: Greg Stein Date: Wed, 22 Nov 2000 10:54:54 +0000 (+0000) Subject: minor cleaning: provider ids are no longer used X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1acc3d9c4a749769361468140417d22e5004047;p=apache 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 --- diff --git a/modules/dav/fs/repos.c b/modules/dav/fs/repos.c index 2ca85e32e6..ec655c8f21 100644 --- a/modules/dav/fs/repos.c +++ b/modules/dav/fs/repos.c @@ -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.