mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 23:29:55 +00:00
reflog: remove some dead code
This commit is contained in:
parent
8350437112
commit
1c35165993
@ -1048,9 +1048,6 @@ static int maybe_append_head(refdb_fs_backend *backend, const git_reference *ref
|
|||||||
name = git_reference_name(tmp);
|
name = git_reference_name(tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (error < 0)
|
|
||||||
goto cleanup;
|
|
||||||
|
|
||||||
if (strcmp(name, ref->name))
|
if (strcmp(name, ref->name))
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user