Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schubert <schu@schu.io>2012-12-25 17:50:29 +0400
committerMichael Schubert <schu@schu.io>2013-01-09 19:44:12 +0400
commitf85b62840a079fb4bee1838da50421a178850bd3 (patch)
tree81289d6deb663a2a8ad8f663a96ec9d1100062cb /tests-clar/online/push.c
parent087f64d3e3ea224dadb9b4ae1130b9499f49cff9 (diff)
tests-clar/network: remove unused CREATE_BLOB
Diffstat (limited to 'tests-clar/online/push.c')
-rw-r--r--tests-clar/online/push.c3
1 files changed, 0 insertions, 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);