s3: Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Thu, 24 Sep 2009 11:10:54 +0000 (13:10 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 24 Sep 2009 11:11:46 +0000 (13:11 +0200)
source3/modules/vfs_gpfs.c

index b5b8b15c2cbdf84860ebea1f9156200ddbfb2e7c..5616cae2df9104fa4ca7d77775fa4d479e257f86 100644 (file)
@@ -769,7 +769,6 @@ static int gpfsacl_emu_chmod(const char *path, mode_t mode)
        int     i;
        files_struct    fake_fsp; /* TODO: rationalize parametrization */
        SMB4ACE_T       *smbace;
-       struct smb_filename *smb_fname = NULL;
        NTSTATUS status;
 
        DEBUG(10, ("gpfsacl_emu_chmod invoked for %s mode %o\n", path, mode));