Page MenuHomePhorge

Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine
ClosedPublic

Authored by aklapper on Jul 2 2024, 20:53.
Tags
None
Referenced Files
F3777114: D25719.1745873646.diff
Sun, Apr 27, 20:54
F3712063: D25719.1745669534.diff
Fri, Apr 25, 12:12
F3711893: D25719.1745662289.diff
Fri, Apr 25, 10:11
F3709207: D25719.1745644781.diff
Fri, Apr 25, 05:19
F3686456: D25719.1745580632.diff
Thu, Apr 24, 11:30
F3583108: D25719.1745114943.diff
Sat, Apr 19, 02:09
F3582724: D25719.1745113335.diff
Sat, Apr 19, 01:42
F3554142: D25719.1744975049.diff
Thu, Apr 17, 11:17

Details

Summary

The commit rP7bde92b9c9806c5967df617fb4e843dea315ecf7 (2016) introduced private function validateNavigationMenuItem().
The only call to this method was removed in rP950e9d085b482bc3484e2066591ac07c20154c9a.
Thus remove this unused method.

Test Plan

Read/grep the code in PhabricatorProfileMenuEngine.

Run also grep -RF 'validateNavigationMenuItem' --include="*.php" . to verify that this is an orphan method.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable