mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 22:55:47 +00:00
tests-clar/network: remove unused CREATE_BLOB
This commit is contained in:
parent
087f64d3e3
commit
f85b62840a
@ -22,9 +22,6 @@ static git_oid _oid_b3;
|
|||||||
static git_oid _oid_b2;
|
static git_oid _oid_b2;
|
||||||
static git_oid _oid_b1;
|
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)
|
static int cred_acquire_cb(git_cred **cred, const char *url, unsigned int allowed_types, void *payload)
|
||||||
{
|
{
|
||||||
GIT_UNUSED(url);
|
GIT_UNUSED(url);
|
||||||
|
Loading…
Reference in New Issue
Block a user