X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=mailmap.c;h=b68c1fec9c2ca69f313bc3fa16461c6c9150c53d;hb=7c3932334ef57e78f8cd170e3337f218646d7077;hp=f167c005bf9039f44d21ef5f32ab27db7784d642;hpb=0984e3a77246c536f938f53ecded99533fb31667;p=git.git diff --git a/mailmap.c b/mailmap.c index f167c005b..b68c1fec9 100644 --- a/mailmap.c +++ b/mailmap.c @@ -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); -}