Skip to content

Commit bb9353c

Browse files
committed
examples: Dead code & warnings
1 parent 3fa5e57 commit bb9353c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

examples/network/fetch.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88
# include <unistd.h>
99
#endif
1010

11-
struct dl_data {
12-
git_remote *remote;
13-
git_fetch_options *fetch_opts;
14-
int ret;
15-
int finished;
16-
};
17-
1811
static int progress_cb(const char *str, int len, void *data)
1912
{
2013
(void)data;

0 commit comments

Comments
 (0)