зеркало из https://github.com/microsoft/git.git
mailmap.c: remove unused function
map_email() is not used anywhere. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
5e133b8cf9
Коммит
42b3b00614
|
@ -243,8 +243,3 @@ int map_user(struct string_list *map,
|
|||
debug_mm("map_user: --\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
int map_email(struct string_list *map, const char *email, char *name, int maxlen)
|
||||
{
|
||||
return map_user(map, (char *)email, 0, name, maxlen);
|
||||
}
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
int read_mailmap(struct string_list *map, char **repo_abbrev);
|
||||
void clear_mailmap(struct string_list *map);
|
||||
|
||||
int map_email(struct string_list *mailmap, const char *email, char *name, int maxlen);
|
||||
int map_user(struct string_list *mailmap,
|
||||
char *email, int maxlen_email, char *name, int maxlen_name);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче