diff options
author | Etienne Samson <samson.etienne@gmail.com> | 2018-01-17 02:25:36 +0100 |
---|---|---|
committer | Etienne Samson <samson.etienne@gmail.com> | 2018-01-25 22:11:20 +0100 |
commit | bb9353cfc155e51a19ce4d3336ebc54b8ad5e830 (patch) | |
tree | 229f2863aaf7fc42b7fc109ba38a9843392a25df | |
parent | 3fa5e5779a636bad077af4aeb3006cc9defd2f66 (diff) | |
download | libgit2-bb9353cfc155e51a19ce4d3336ebc54b8ad5e830.tar.gz |
examples: Dead code & warnings
-rw-r--r-- | examples/network/fetch.c | 7 |
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; |