Remove 2 blocks of dead code in LNT:
- safediv() method which is not used anywhere
- setting of derive_stat attribute of a MatrixDataRequest which is not used by anything.
Differential D68097
[LNT] Remove dead code ClosedPublic Authored by thopre on Sep 26 2019, 12:20 PM.
Details
Summary Remove 2 blocks of dead code in LNT:
Diff Detail
Event Timelinethopre added a parent revision: D67821: [LNT] Python 3 support: use Python 2's division behavior.Sep 26 2019, 12:20 PM This revision is now accepted and ready to land.Sep 28 2019, 3:43 PM thopre edited parent revisions, added: D67820: [LNT] Python 3 support: get rid of calls to cmp builtin; removed: D67821: [LNT] Python 3 support: use Python 2's division behavior.Sep 28 2019, 4:22 PM Closed by commit rL373153: [LNT] Remove dead code (authored by thopre). · Explain WhySep 28 2019, 4:22 PM This revision was automatically updated to reflect the committed changes. thopre removed a child revision: D67822: [LNT] Python 3 support: adapt to removal of execfile.Sep 28 2019, 4:22 PM thopre added a child revision: D68225: [LNT] Python 3 support: encode LNT report format in UTF-8.Dec 5 2019, 1:55 AM thopre removed a child revision: D67821: [LNT] Python 3 support: use Python 2's division behavior.Dec 5 2019, 2:02 AM
Revision Contents
Diff 222004 lnt/server/ui/util.py
lnt/server/ui/views.py
|