diff options
Diffstat (limited to 'object-file.h')
| -rw-r--r-- | object-file.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/object-file.h b/object-file.h index 622e2b2bb7..eca323f973 100644 --- a/object-file.h +++ b/object-file.h @@ -98,11 +98,6 @@ int for_each_loose_file_in_objdir(const char *path, each_loose_cruft_fn cruft_cb, each_loose_subdir_fn subdir_cb, void *data); -int for_each_loose_file_in_objdir_buf(struct strbuf *path, - each_loose_object_fn obj_cb, - each_loose_cruft_fn cruft_cb, - each_loose_subdir_fn subdir_cb, - void *data); /* * Iterate over all accessible loose objects without respect to |
