index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Anatol Pomozov <anatol.pomozov@gmail.com> | 2020-12-08 11:57:27 -0800 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-12-09 10:28:10 +1000 |
commit | 11e09a23beb89c3b7bf06209a317a4b6ac75ee38 (patch) | |
tree | c16001423a9610168ea155245b3686527ab6f3bf /lib | |
parent | a4240a55e448ffba15a5edbad1a31cb76f821231 (diff) |
-rw-r--r-- | lib/libalpm/sync.c | 5 |
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 5d8652a5..e25e56d4 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -846,11 +846,6 @@ finish: pkg->download_size = 0; } - /* clear out value to let callback know we are done */ - if(handle->totaldlcb) { - handle->totaldlcb(0); - } - return ret; } |