#3658 closed defect (fixed)

Rip out all code referring to IProgress

Reported by: itamarst Owned by: itamarst
Priority: normal Milestone: Support Python 3
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

  1. The only IProgress implementation is PercentProgress?.
  1. PercentProgress? is never instantiated in the code base.

So there's a whole bunch of code paths that are never used.

Change History (1)

comment:1 Changed at 2021-03-31T14:56:10Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 271951f/trunk:

Merge pull request #1024 from tahoe-lafs/3658.end-progress

Rip out the unused IProgress API

Fixes ticket:3658

Note: See TracTickets for help on using tickets.