Remove unused static fn.
authorJeremy Allison <jra@samba.org>
Sat, 26 Sep 2009 04:43:13 +0000 (21:43 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 26 Sep 2009 04:43:13 +0000 (21:43 -0700)
Jeremy.

examples/VFS/skel_transparent.c

index 2029a65ebc80143b184077e86673e6d387832c62..c86e0b7f3e43828eea64a030eb4b611d9a2b0e05 100644 (file)
@@ -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 = {