Skip to content

Commit

Permalink
Remove do_set_ declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 12, 2023
1 parent d6d1050 commit da6afc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cinnabar-fast-import.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ void do_cleanup(int rollback);
void do_set_replace(const struct object_id *replaced,
const struct object_id *replace_with);

void do_set_(const char *what, const struct hg_object_id *hg_id,
const struct object_id *git_id);

void store_manifest(struct rev_chunk *chunk,
const struct strslice last_manifest_content,
struct strslice_mut data);
Expand Down

0 comments on commit da6afc3

Please sign in to comment.