Remove duplicate line, in example code

This commit is contained in:
punkymaniac
2021-03-17 10:48:17 +01:00
parent 4f4b1139d2
commit 8f52b0c553

View File

@@ -154,11 +154,6 @@ static void oid_parsing(git_oid *oid)
printf("\n*Raw to Hex*\n");
out[GIT_OID_HEXSZ] = '\0';
/**
* If you have a oid, you can easily get the hex value of the SHA as well.
*/
git_oid_fmt(out, oid);
/**
* If you have a oid, you can easily get the hex value of the SHA as well.
*/