We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4b113 commit 8f52b0cCopy full SHA for 8f52b0c
examples/general.c
@@ -154,11 +154,6 @@ static void oid_parsing(git_oid *oid)
154
printf("\n*Raw to Hex*\n");
155
out[GIT_OID_HEXSZ] = '\0';
156
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
-
162
/**
163
* If you have a oid, you can easily get the hex value of the SHA as well.
164
*/
0 commit comments