diff options
Diffstat (limited to 'object-store.c')
| -rw-r--r-- | object-store.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/object-store.c b/object-store.c index 6ab50d25d3..e5cfb8c007 100644 --- a/object-store.c +++ b/object-store.c @@ -96,12 +96,6 @@ int odb_pack_keep(const char *name) return open(name, O_RDWR|O_CREAT|O_EXCL, 0600); } -const char *loose_object_path(struct repository *r, struct strbuf *buf, - const struct object_id *oid) -{ - return odb_loose_path(r->objects->odb, buf, oid); -} - /* * Return non-zero iff the path is usable as an alternate object database. */ |
