Commit bb9353cf by Etienne Samson

examples: Dead code & warnings

parent 3fa5e577
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment