Remove two unused variables
authorVolker Lendecke <vl@samba.org>
Wed, 7 Nov 2012 14:33:10 +0000 (15:33 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 7 Nov 2012 16:18:06 +0000 (17:18 +0100)
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

source3/smbd/pysmbd.c

index 5e8691a8f050931555ea9a874f4ac00578447aa1..ed3e23a0dfae6996c1d39e2fed56966a79d41700 100644 (file)
@@ -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;