From f85b62840a079fb4bee1838da50421a178850bd3 Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Tue, 25 Dec 2012 14:50:29 +0100 Subject: [PATCH] tests-clar/network: remove unused CREATE_BLOB --- tests-clar/online/push.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests-clar/online/push.c b/tests-clar/online/push.c index 0fc57799f..c06d94cb3 100644 --- a/tests-clar/online/push.c +++ b/tests-clar/online/push.c @@ -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);