diff options
author | Lars Schneider <larsxschneider@gmail.com> | 2017-12-04 17:07:00 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-04 14:22:18 -0800 |
commit | 9c5951cacf5cf2a4828480176921ca0307d22746 (patch) | |
tree | 2e39e6d5fb120a9bd0b8f2044a63ddfc40ec6ecd /merge-blobs.h | |
parent | progress: set default delay threshold to 100%, not 0% (diff) | |
download | tgif-9c5951cacf5cf2a4828480176921ca0307d22746.tar.xz |
progress: drop delay-threshold code
Since 180a9f2268 (provide a facility for "delayed" progress
reporting, 2007-04-20), the progress code has allowed
callers to skip showing progress if they have reached a
percentage-threshold of the total work before the delay
period passes.
But since 8aade107dd (progress: simplify "delayed" progress
API, 2017-08-19), that parameter is not available to outside
callers (we always passed zero after that commit, though
that was corrected in the previous commit to "100%").
Let's drop the threshold code, which never triggers in
any meaningful way.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'merge-blobs.h')
0 files changed, 0 insertions, 0 deletions