( )⚙ D4831 copies: inline a variable that's used only once

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
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

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