Commit f85b62840a079fb4bee1838da50421a178850bd3

Michael Schubert 2012-12-25T14:50:29

tests-clar/network: remove unused CREATE_BLOB

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/tests-clar/online/push.c b/tests-clar/online/push.c
index 0fc5779..c06d94c 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);