Skip to content

Commit 0278978

Browse files
committed
idxmap: remove unused foreach macros
The foreach macros of the idxmap types are not used anywhere. As we are about to open-code all foreach macros for the maps in order to be able to make the khash structure internal, removing these unused macros will leave a few places less that need conversion.
1 parent 681c58c commit 0278978

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/idxmap.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,4 @@ void git_idxmap_icase_delete_at(git_idxmap_icase *map, size_t idx);
4949
void git_idxmap_delete(git_idxmap *map, const git_index_entry *key);
5050
void git_idxmap_icase_delete(git_idxmap_icase *map, const git_index_entry *key);
5151

52-
#define git_idxmap_begin kh_begin
53-
#define git_idxmap_end kh_end
54-
5552
#endif

0 commit comments

Comments
 (0)