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:
parent
a77b5d2a97
commit
2d13513796
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user