Skip to content

Commit d03703b

Browse files
committed
fixup! t/unit-tests: implement clar specific oid helper functions
1 parent cd298e5 commit d03703b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/unit-tests/lib-oid.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ int cl_setup_hash_algo(void)
1919
static void cl_parse_oid(const char *hex, struct object_id *oid,
2020
const struct git_hash_algo *algop)
2121
{
22-
int ret;
2322
size_t sz = strlen(hex);
2423
struct strbuf buf = STRBUF_INIT;
2524

0 commit comments

Comments
 (0)