diff options
Diffstat (limited to 'examples/network/fetch.c')
-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; |