]> granicus.if.org Git - apache/commitdiff
minor cleaning: provider ids are no longer used
authorGreg Stein <gstein@apache.org>
Wed, 22 Nov 2000 10:54:54 +0000 (10:54 +0000)
committerGreg Stein <gstein@apache.org>
Wed, 22 Nov 2000 10:54:54 +0000 (10:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87063 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/repos.c

index 2ca85e32e6beabda5ad943371ae4b0b3c5c148b5..ec655c8f218b02b01f27b863227d96cfe2b1db43 100644 (file)
@@ -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.