mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 16:34:33 +00:00
Remove unused push_cb_data
This commit is contained in:
parent
3a666071d9
commit
46e4d82d6f
@ -183,11 +183,6 @@ static int push_ref(git_revwalk *walk, const char *refname, int hide, int from_g
|
|||||||
return push_commit(walk, &oid, hide, from_glob);
|
return push_commit(walk, &oid, hide, from_glob);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct push_cb_data {
|
|
||||||
git_revwalk *walk;
|
|
||||||
int hide;
|
|
||||||
};
|
|
||||||
|
|
||||||
static int push_glob(git_revwalk *walk, const char *glob, int hide)
|
static int push_glob(git_revwalk *walk, const char *glob, int hide)
|
||||||
{
|
{
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user