This is an archive of the discontinued Mercurial Phabricator instance.

copies: inline a variable that's used only once
ClosedPublic

Authored by martinvonz on Oct 2 2018, 12:26 AM.

Details

Summary

By inlining it, we also avoid calculating the value when "if of in
seen" is false (probably not significant).

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

martinvonz created this revision.Oct 2 2018, 12:26 AM
This revision was automatically updated to reflect the committed changes.