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
F13386299: D19225.diff
Mon, Jul 1, 4:59 AM
F13344896: D19225.diff
Fri, Jun 21, 8:58 AM
F13338711: D19225.id46034.diff
Wed, Jun 19, 12:11 PM
F13338710: D19225.id46030.diff
Wed, Jun 19, 12:11 PM
F13338709: D19225.id.diff
Wed, Jun 19, 12:11 PM
F13338708: D19225.diff
Wed, Jun 19, 12:11 PM
F13298553: D19225.diff
Fri, Jun 7, 6:56 AM
F13296595: D19225.diff
Thu, Jun 6, 5:15 PM
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.