This is an archive of the discontinued Mercurial Phabricator instance.

exchange: remove 'locallocked' member from pushop object
ClosedPublic

Authored by martinvonz on Aug 14 2017, 7:46 PM.

Details

Summary

The variable has been used only within a single function since
94e2862dbcfb (push: elevate phase transaction to cover entire
operation, 2014-11-21), so there's no need to keep it on the pushop
object.

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.Aug 14 2017, 7:46 PM
indygreg accepted this revision.Aug 14 2017, 9:27 PM
This revision is now accepted and ready to land.Aug 14 2017, 9:27 PM
This revision was automatically updated to reflect the committed changes.