Fix obvious compiler warnings.
[tprouty/samba.git] / source3 / smbd / vfs-wrap.c
index e170effd4e855f0301817e0df7caae60cda4e703..9f0995d398b0ea802e62b62986435d4fcfcc54a7 100644 (file)
@@ -297,7 +297,6 @@ int vfswrap_chmod(vfs_handle_struct *handle, connection_struct *conn, const char
 int vfswrap_fchmod(vfs_handle_struct *handle, files_struct *fsp, int fd, mode_t mode)
 {
        int result;
-       struct vfs_ops *vfs_ops = &fsp->conn->vfs;
        
        START_PROFILE(syscall_fchmod);