Commit f85b6284 by Michael Schubert

tests-clar/network: remove unused CREATE_BLOB

parent 087f64d3
......@@ -22,9 +22,6 @@ static git_oid _oid_b3;
static git_oid _oid_b2;
static git_oid _oid_b1;
/* git_oid *oid, git_repository *repo, (string literal) blob */
#define CREATE_BLOB(oid, repo, blob) git_blob_create_frombuffer(oid, repo, blob, sizeof(blob) - 1)
static int cred_acquire_cb(git_cred **cred, const char *url, unsigned int allowed_types, void *payload)
{
GIT_UNUSED(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment