summaryrefslogtreecommitdiff
path: root/examples/network/fetch.c
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2018-01-17 02:25:36 +0100
committerEtienne Samson <samson.etienne@gmail.com>2018-01-25 22:11:20 +0100
commitbb9353cfc155e51a19ce4d3336ebc54b8ad5e830 (patch)
tree229f2863aaf7fc42b7fc109ba38a9843392a25df /examples/network/fetch.c
parent3fa5e5779a636bad077af4aeb3006cc9defd2f66 (diff)
downloadlibgit2-bb9353cfc155e51a19ce4d3336ebc54b8ad5e830.tar.gz
examples: Dead code & warnings
Diffstat (limited to 'examples/network/fetch.c')
-rw-r--r--examples/network/fetch.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/network/fetch.c b/examples/network/fetch.c
index 10974a9f1..76b301193 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;