Skip to content

Commit

Permalink
Remove now unused function declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Nov 10, 2023
1 parent e8afdfb commit 05da48f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/cinnabar-helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,6 @@ unsigned int replace_map_tablesize(void)
return the_repository->objects->replace_map->map.tablesize;
}

extern void init_metadata(struct commit *c);

extern void reset_changeset_heads(void);
extern void reset_manifest_heads(void);

static void init_git_config(void)
{
struct child_process proc = CHILD_PROCESS_INIT;
Expand Down

0 comments on commit 05da48f

Please sign in to comment.