summaryrefslogtreecommitdiff
path: root/src/revwalk.c
diff options
context:
space:
mode:
authorAnurag Gupta <anugupta@microsoft.com>2014-03-10 16:21:56 -0700
committerAnurag Gupta <anugupta@microsoft.com>2014-03-24 11:20:22 -0700
commit46e4d82d6f3e1630cacbd89af39ef3d2e9f20d09 (patch)
treed37ead0758895a3da56cf14ac2709d090c121167 /src/revwalk.c
parent3a666071d92562d028e2fba3ff12c49f3155c7f2 (diff)
downloadlibgit2-46e4d82d6f3e1630cacbd89af39ef3d2e9f20d09.tar.gz
Remove unused push_cb_data
Diffstat (limited to 'src/revwalk.c')
-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;