summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-09-25 21:43:13 -0700
committerJeremy Allison <jra@samba.org>2009-09-25 21:43:13 -0700
commit2d13513796e4a88130a7fc57bcb4f047f122e824 (patch)
tree81b7be793e76d7b8890fe130bccf9712b23008c4 /examples
parenta77b5d2a977d0f89ebe454aca1dba6e8b698ec3e (diff)
downloadsamba-2d13513796e4a88130a7fc57bcb4f047f122e824.tar.gz
samba-2d13513796e4a88130a7fc57bcb4f047f122e824.tar.bz2
samba-2d13513796e4a88130a7fc57bcb4f047f122e824.zip
Remove unused static fn.
Jeremy.
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/skel_transparent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/VFS/skel_transparent.c b/examples/VFS/skel_transparent.c
index 2029a65ebc..c86e0b7f3e 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 = {