[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-726-g2d13513

Jeremy Allison jra at samba.org
Fri Sep 25 22:43:29 MDT 2009


The branch, master has been updated
       via  2d13513796e4a88130a7fc57bcb4f047f122e824 (commit)
      from  a77b5d2a977d0f89ebe454aca1dba6e8b698ec3e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 2d13513796e4a88130a7fc57bcb4f047f122e824
Author: Jeremy Allison <jra at samba.org>
Date:   Fri Sep 25 21:43:13 2009 -0700

    Remove unused static fn.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 examples/VFS/skel_transparent.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c
index 2029a65..c86e0b7 100644
--- a/examples/VFS/skel_transparent.c
+++ b/examples/VFS/skel_transparent.c
@@ -701,11 +701,6 @@ static int skel_set_offline(struct vfs_handle_struct *handle, const char *path)
 	return SMB_VFS_NEXT_SET_OFFLINE(handle, path);
 }
 
-static bool skel_is_remotestorage(struct vfs_handle_struct *handle, const char *path)
-{
-	return SMB_VFS_NEXT_IS_REMOTESTORAGE(handle, path);
-}
-
 /* VFS operations structure */
 
 struct vfs_fn_pointers skel_transparent_fns = {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list