mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
fix warning (unused variable)
This commit is contained in:
@@ -142,7 +142,7 @@ static void create_pack_file(void)
|
||||
struct async rev_list;
|
||||
struct child_process pack_objects;
|
||||
int create_full_pack = (nr_our_refs == want_obj.nr && !have_obj.nr);
|
||||
char data[8193], progress[128];
|
||||
char data[8193];
|
||||
char abort_msg[] = "aborting due to possible repository "
|
||||
"corruption on the remote side.";
|
||||
int buffered = -1;
|
||||
|
||||
Reference in New Issue
Block a user