Remove unused variable from Repository_init()
Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>
This commit is contained in:
parent
b88dc86842
commit
21d668421f
@ -89,7 +89,6 @@ int
|
|||||||
Repository_init(Repository *self, PyObject *args, PyObject *kwds)
|
Repository_init(Repository *self, PyObject *args, PyObject *kwds)
|
||||||
{
|
{
|
||||||
PyObject *backend;
|
PyObject *backend;
|
||||||
int err;
|
|
||||||
|
|
||||||
if (kwds && PyDict_Size(kwds) > 0) {
|
if (kwds && PyDict_Size(kwds) > 0) {
|
||||||
PyErr_SetString(PyExc_TypeError,
|
PyErr_SetString(PyExc_TypeError,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user