Commit Diff


commit - 956a5d5aff9cdfd39a8ceff4ed60ddb4c5d50ec9
commit + 4738e5f499f2ed84e2f37b8207dddf4a2d581a8e
blob - b6a9b0186107dea50d4f6682e6f9d09d3b27984c
blob + e4dd8510e0e219104e5ce8af402ed11a4992bc0b
--- lib/pack.c
+++ lib/pack.c
@@ -317,10 +317,6 @@ get_object_offset(struct got_packidx *packidx, int idx
 	}
 	return (off_t)(offset & GOT_PACKIDX_OFFSET_VAL_MASK);
 }
-
-static const struct got_error *
-get_packfile_path(char **path_packfile, struct got_repository *repo,
-    struct got_packidx *packidx);
 
 static int
 get_object_idx(struct got_packidx *packidx, struct got_object_id *id,