Author: stefan2
Date: Tue Apr 14 15:55:29 2015
New Revision: 1673454
URL: http://svn.apache.org/r1673454
Log:
Remove unused function declaration.
* subversion/libsvn_fs_fs/cached_data.h
(svn_fs_fs__has_props): Remove.
Found by: danielsh
Modified:
subversion/trunk/subversion/libsvn_fs_fs/cached_data.h
Modified: subversion/trunk/subversion/libsvn_fs_fs/cached_data.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/cached_data.h?rev=1673454&r1=1673453&r2=1673454&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/cached_data.h (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/cached_data.h Tue Apr 14 15:55:29
2015
@@ -146,14 +146,6 @@ svn_fs_fs__get_proplist(apr_hash_t **pro
node_revision_t *noderev,
apr_pool_t *pool);
-/* Set *HAS_PROPS to TRUE if NODEREV has properties in FS, otherwise
- to FALSE. Use SCRATCH_POOL for temporary allocations. */
-svn_error_t *
-svn_fs_fs__has_props(svn_boolean_t *has_props,
- svn_fs_t *fs,
- node_revision_t *noderev,
- apr_pool_t *scratch_pool);
-
/* Fetch the list of change in revision REV in FS and return it in *CHANGES.
* Allocate the result in POOL.
*/