Page MenuHomePhorge

Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine
ClosedPublic

Authored by aklapper on Jul 2 2024, 20:53.
Tags
None
Referenced Files
F2979534: D25719.1739860399.diff
Mon, Feb 17, 06:33
F2979533: D25719.1739860397.diff
Mon, Feb 17, 06:33
F2979519: D25719.1739859755.diff
Mon, Feb 17, 06:22
F2979508: D25719.1739858959.diff
Mon, Feb 17, 06:09
F2979237: D25719.1739818203.diff
Sun, Feb 16, 18:50
F2935104: D25719.1737820563.diff
Jan 24 2025, 15:56
F2934831: D25719.1737804513.diff
Jan 24 2025, 11:28
F2932836: D25719.1737744852.diff
Jan 23 2025, 18:54

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