Commit 46e4d82d6f3e1630cacbd89af39ef3d2e9f20d09

Anurag Gupta 2014-03-10T16:21:56

Remove unused push_cb_data

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/revwalk.c b/src/revwalk.c
index 4e2e033..edde661 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;