Loading modules/dav/fs/repos.c +0 −10 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
modules/dav/fs/repos.c +0 −10 Original line number Diff line number Diff line Loading @@ -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. Loading