Commit 53e8deb9 by Peter Pettersson

Remove stray '// TODO'

parent 34e01bd2
...@@ -521,7 +521,6 @@ int git_smart__download_pack( ...@@ -521,7 +521,6 @@ int git_smart__download_pack(
int error = 0; int error = 0;
struct network_packetsize_payload npp = {0}; struct network_packetsize_payload npp = {0};
// TODO
git_indexer_progress_cb progress_cb = t->connect_opts.callbacks.transfer_progress; git_indexer_progress_cb progress_cb = t->connect_opts.callbacks.transfer_progress;
void *progress_payload = t->connect_opts.callbacks.payload; void *progress_payload = t->connect_opts.callbacks.payload;
......
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