Commit bb9353cfc155e51a19ce4d3336ebc54b8ad5e830

Etienne Samson 2018-01-17T02:25:36

examples: Dead code & warnings

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/examples/network/fetch.c b/examples/network/fetch.c
index 10974a9..76b3011 100644
--- a/examples/network/fetch.c
+++ b/examples/network/fetch.c
@@ -8,13 +8,6 @@
 # include <unistd.h>
 #endif
 
-struct dl_data {
-	git_remote *remote;
-	git_fetch_options *fetch_opts;
-	int ret;
-	int finished;
-};
-
 static int progress_cb(const char *str, int len, void *data)
 {
 	(void)data;