( )⚙ D2816 hgweb: remove unused **map argument

This is an archive of the discontinued Mercurial Phabricator instance.

hgweb: remove unused **map argument
ClosedPublic

Authored by indygreg on Mar 12 2018, 5:16 PM.

Details

Summary

It was unused before the recent code refactoring AFAICT.

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

indygreg created this revision.Mar 12 2018, 5:16 PM
durin42 accepted this revision.Mar 12 2018, 5:25 PM
This revision is now accepted and ready to land.Mar 12 2018, 5:25 PM
This revision was automatically updated to reflect the committed changes.
yuja added a subscriber: yuja.Mar 17 2018, 11:45 AM

For the record, **map was necessary to be an old-style template
keyword function, which takes all properties passed to tmpl().