about summary refs log tree commit diff
path: root/third_party/git/walker.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/walker.h')
-rw-r--r--third_party/git/walker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/git/walker.h b/third_party/git/walker.h
index d40b016bab..6d8ae00e5b 100644
--- a/third_party/git/walker.h
+++ b/third_party/git/walker.h
@@ -10,7 +10,6 @@ struct walker {
 	int (*fetch)(struct walker *, unsigned char *sha1);
 	void (*cleanup)(struct walker *);
 	int get_verbosely;
-	int get_progress;
 	int get_recover;
 
 	int corrupt_object_found;