From b9e05879600c185dff640c78c240e3cd0ab27e43 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 20 Jul 2011 14:44:19 +1000 Subject: s4auth: Remove duplicate assignment of structure variable Signed-off-by: Andrew Tridgell --- source4/auth/pyauth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/auth/pyauth.c') diff --git a/source4/auth/pyauth.c b/source4/auth/pyauth.c index 6b3948970f..201a8304e4 100644 --- a/source4/auth/pyauth.c +++ b/source4/auth/pyauth.c @@ -301,7 +301,6 @@ static PyTypeObject PyAuthContext = { .tp_basicsize = sizeof(py_talloc_Object), .tp_flags = Py_TPFLAGS_DEFAULT, .tp_new = py_auth_context_new, - .tp_basicsize = sizeof(py_talloc_Object), }; static PyMethodDef py_auth_methods[] = { -- cgit