diff options
Diffstat (limited to 'third_party/git/walker.h')
-rw-r--r-- | third_party/git/walker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/git/walker.h b/third_party/git/walker.h index d40b016bab87..6d8ae00e5b99 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; |