Skip to content

Commit 8f52b0c

Browse files
committed
Remove duplicate line, in example code
1 parent 4f4b113 commit 8f52b0c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/general.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,6 @@ static void oid_parsing(git_oid *oid)
154154
printf("\n*Raw to Hex*\n");
155155
out[GIT_OID_HEXSZ] = '\0';
156156

157-
/**
158-
* If you have a oid, you can easily get the hex value of the SHA as well.
159-
*/
160-
git_oid_fmt(out, oid);
161-
162157
/**
163158
* If you have a oid, you can easily get the hex value of the SHA as well.
164159
*/

0 commit comments

Comments
 (0)