diff options
author | Jeremy Allison <jra@samba.org> | 2009-09-25 21:43:13 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-09-25 21:43:13 -0700 |
commit | 2d13513796e4a88130a7fc57bcb4f047f122e824 (patch) | |
tree | 81b7be793e76d7b8890fe130bccf9712b23008c4 /examples | |
parent | a77b5d2a977d0f89ebe454aca1dba6e8b698ec3e (diff) | |
download | samba-2d13513796e4a88130a7fc57bcb4f047f122e824.tar.gz |
Remove unused static fn.
Jeremy.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/VFS/skel_transparent.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c index 2029a65ebc8..c86e0b7f3e4 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 = { |