Page MenuHomePhorge

Remove unused PhutilConsoleProgressSink::getWidth()
ClosedPublic

Authored by aklapper on Aug 16 2024, 06:34.
Tags
None
Referenced Files
F3604351: D25782.1745183706.diff
Sat, Apr 19, 21:15
F3554270: D25782.1744982882.diff
Thu, Apr 17, 13:28
F3398948: D25782.1744543446.diff
Sat, Apr 12, 11:24
F3389677: D25782.1744460054.diff
Fri, Apr 11, 12:14
F3387596: D25782.1744439283.diff
Fri, Apr 11, 06:28
F3372016: D25782.1744247547.diff
Wed, Apr 9, 01:12
F3371497: D25782.1744242398.diff
Tue, Apr 8, 23:46
F3368894: D25782.1744212067.diff
Tue, Apr 8, 15:21

Details

Summary

This private function was added in https://secure.phabricator.com/rPHU71e8d7a4cf8e9f56b1427c27b3684ae17a3ea7c7 and has never been used.

Test Plan

Grep the code; run static code analysis.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

valerio.bozzolan added inline comments.
src/progress/PhutilConsoleProgressSink.php
27

I think the mentioned method was probably part of this TODO,
to draw a progress bar with the size of the screen.

So maybe it's OK to drop until completed.

This revision is now accepted and ready to land.Sep 4 2024, 09:37