From 2d13513796e4a88130a7fc57bcb4f047f122e824 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 25 Sep 2009 21:43:13 -0700 Subject: Remove unused static fn. Jeremy. --- examples/VFS/skel_transparent.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples') 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 = { -- cgit