mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 17:20:22 +00:00
cleanup: unused warning
This commit is contained in:
parent
37dba1a739
commit
c2f18b9b06
@ -229,6 +229,9 @@ static int make_submodule_dirty(git_submodule *sm, const char *name, void *paylo
|
|||||||
git_buf dirtypath = GIT_BUF_INIT;
|
git_buf dirtypath = GIT_BUF_INIT;
|
||||||
git_repository *submodule_repo;
|
git_repository *submodule_repo;
|
||||||
|
|
||||||
|
GIT_UNUSED(name);
|
||||||
|
GIT_UNUSED(payload);
|
||||||
|
|
||||||
/* remove submodule directory in preparation for init and repo_init */
|
/* remove submodule directory in preparation for init and repo_init */
|
||||||
cl_git_pass(git_buf_joinpath(
|
cl_git_pass(git_buf_joinpath(
|
||||||
&submodulepath,
|
&submodulepath,
|
||||||
|
Loading…
Reference in New Issue
Block a user