Skip to content

Commit 46e4d82

Browse files
committed
Remove unused push_cb_data
1 parent 3a66607 commit 46e4d82

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/revwalk.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ static int push_ref(git_revwalk *walk, const char *refname, int hide, int from_g
183183
return push_commit(walk, &oid, hide, from_glob);
184184
}
185185

186-
struct push_cb_data {
187-
git_revwalk *walk;
188-
int hide;
189-
};
190-
191186
static int push_glob(git_revwalk *walk, const char *glob, int hide)
192187
{
193188
int error = 0;

0 commit comments

Comments
 (0)