examples: Dead code & warnings
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;