mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-05 18:32:58 +00:00
odb: mark unused variable
This commit is contained in:
parent
7a3fc9fb17
commit
0e9f2fcef6
@ -710,6 +710,7 @@ int git_odb_open_rstream(git_odb_stream **stream, git_odb *db, const git_oid *oi
|
|||||||
|
|
||||||
void * git_odb_backend_malloc(git_odb_backend *backend, size_t len)
|
void * git_odb_backend_malloc(git_odb_backend *backend, size_t len)
|
||||||
{
|
{
|
||||||
|
GIT_UNUSED(backend);
|
||||||
return git__malloc(len);
|
return git__malloc(len);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user