Fix a couple of compilation warnings

This commit is contained in:
J. David Ibáñez 2013-04-26 14:32:06 +02:00
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);