From: Jeff King Date: Thu, 20 Jun 2019 07:41:38 +0000 (-0400) Subject: khash: drop sha1-specific map types X-Git-Tag: v2.23.0-rc0~66^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/685d34a96e856fd0d7f3be99cc3ca60b3b7ce185?ds=inline;hp=685d34a96e856fd0d7f3be99cc3ca60b3b7ce185 khash: drop sha1-specific map types All of the callers of khash_sha1 and khash_sha1_pos have been removed, in favor of using maps that use "struct object_id" as their keys. Let's drop these now-obsolete types. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---