diff options
-rw-r--r-- | source3/smbd/pysmbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/pysmbd.c b/source3/smbd/pysmbd.c index 5e8691a8f0..ed3e23a0df 100644 --- a/source3/smbd/pysmbd.c +++ b/source3/smbd/pysmbd.c @@ -370,7 +370,6 @@ static PyObject *py_smbd_unlink(PyObject *self, PyObject *args) int ret; struct smb_filename *smb_fname = NULL; char *fname; - int uid, gid; TALLOC_CTX *frame; mode_t saved_umask; |