From 69447de175a8bc82280e59b63b336f4fcb0092d2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 24 Sep 2009 13:10:54 +0200 Subject: [PATCH] s3: Remove an unused variable --- source3/modules/vfs_gpfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/modules/vfs_gpfs.c b/source3/modules/vfs_gpfs.c index b5b8b15c2cb..5616cae2df9 100644 --- a/source3/modules/vfs_gpfs.c +++ b/source3/modules/vfs_gpfs.c @@ -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)); -- 2.34.1