summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/revwalk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/revwalk.c b/src/revwalk.c
index 4e2e0330a..edde661e6 100644
--- a/src/revwalk.c
+++ b/src/revwalk.c
@@ -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);
}
-struct push_cb_data {
- git_revwalk *walk;
- int hide;
-};
-
static int push_glob(git_revwalk *walk, const char *glob, int hide)
{
int error = 0;