summaryrefslogtreecommitdiff
path: root/src/pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pack.c')
-rw-r--r--src/pack.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pack.c b/src/pack.c
index de038a45c..9c6a4e78b 100644
--- a/src/pack.c
+++ b/src/pack.c
@@ -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;
}