Page MenuHomePhabricator

Don't make an expensive, unused call to test if a viewer can reassign a task
ClosedPublic

Authored by epriestley on Mar 14 2018, 7:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 6, 11:18 PM
Unknown Object (File)
Thu, Jul 2, 6:28 PM
Unknown Object (File)
Jun 29 2026, 9:20 AM
Unknown Object (File)
Apr 16 2026, 2:41 AM
Unknown Object (File)
Apr 10 2026, 8:30 AM
Unknown Object (File)
Mar 28 2026, 11:12 AM
Unknown Object (File)
Dec 18 2025, 8:45 PM
Unknown Object (File)
Nov 28 2025, 8:33 AM
Subscribers
None

Details

Summary

Depends on D19224. Ref T13106. Computing this is expensive and the value is not used. This came from D15432, but we never actually shipped that feature.

Test Plan

Saw local query cost drop from 139 to 110 with no change in functionality. Grepped for removed symbols.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 14 2018, 7:46 PM
This revision was automatically updated to reflect the committed changes.