summaryrefslogtreecommitdiff
path: root/source3/smbd/pysmbd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-11-07 15:33:10 +0100
committerMichael Adam <obnox@samba.org>2012-11-07 17:18:06 +0100
commitd236709d15ba577def07f049c975069eb39ba1e3 (patch)
tree7a73dfd70ef28957a8e9d4b2a3be365e23fd3395 /source3/smbd/pysmbd.c
parent647a0fb098bada862b49a51e3a31be847207c59a (diff)
downloadsamba-d236709d15ba577def07f049c975069eb39ba1e3.tar.gz
samba-d236709d15ba577def07f049c975069eb39ba1e3.tar.bz2
samba-d236709d15ba577def07f049c975069eb39ba1e3.zip
Remove two unused variables
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Wed Nov 7 17:18:06 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/smbd/pysmbd.c')
-rw-r--r--source3/smbd/pysmbd.c1
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;