Remove unused variable from Repository_init()

Signed-off-by: Lukas Fleischer <lfleischer@lfos.de>
This commit is contained in:
Lukas Fleischer 2017-05-07 07:44:01 +02:00
parent b88dc86842
commit 21d668421f
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ int
Repository_init(Repository *self, PyObject *args, PyObject *kwds)
{
PyObject *backend;
int err;
if (kwds && PyDict_Size(kwds) > 0) {
PyErr_SetString(PyExc_TypeError,