Skip to content

Commit

Permalink
Remove hg2git_seen
Browse files Browse the repository at this point in the history
It hasn't been used since aaa8ef2.
  • Loading branch information
glandium committed Nov 9, 2023
1 parent 525c5e5 commit 62abc8b
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 @@ -47,9 +47,6 @@ struct notes_tree git2hg, hg2git, files_meta;
struct object_id metadata_oid, changesets_oid, manifests_oid, git2hg_oid,
hg2git_oid, files_meta_oid;

// XXX: Should use a hg-specific oidset type.
struct oidset hg2git_seen = OIDSET_INIT;

int metadata_flags = 0;

struct object_id *commit_oid(struct commit *c) {
Expand Down Expand Up @@ -861,8 +858,6 @@ void done_cinnabar(void)
if (notes_initialized(&files_meta))
free_notes(&files_meta);

oidset_clear(&hg2git_seen);

hashmap_clear_and_free(&git_tree_cache, struct oid_map_entry, ent);
}

Expand Down

0 comments on commit 62abc8b

Please sign in to comment.