Fix a couple of compilation warnings
This commit is contained in:
parent
aafea91d6c
commit
7953ad3ec0
@ -168,8 +168,6 @@ PyObject *
|
||||
Repository_head__get__(Repository *self)
|
||||
{
|
||||
git_reference *head;
|
||||
const git_oid *oid;
|
||||
PyObject *pyobj;
|
||||
int err;
|
||||
|
||||
err = git_repository_head(&head, self->repo);
|
||||
|
Loading…
x
Reference in New Issue
Block a user