mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 14:24:27 +00:00
pack: remove misleading comment
This commit is contained in:
parent
4df53a64a1
commit
86d5810b82
@ -546,13 +546,6 @@ static int packfile_unpack_delta(
|
||||
|
||||
if (!cached) { /* have to inflate it */
|
||||
error = git_packfile_unpack(&base, p, &base_offset);
|
||||
|
||||
/*
|
||||
* TODO: git.git tries to load the base from other packfiles
|
||||
* or loose objects.
|
||||
*
|
||||
* We'll need to do this in order to support thin packs.
|
||||
*/
|
||||
if (error < 0)
|
||||
return error;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user