1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

Remove unused static fn.

Jeremy.
This commit is contained in:
Jeremy Allison 2009-09-25 21:43:13 -07:00
parent a77b5d2a97
commit 2d13513796

View 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 = {