changeset 37596:8c121a9837ca

formatter: remove unused private attributes from baseformatter No idea what they were for.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 12 Apr 2018 23:24:33 +0900
parents e2506748b47f
children d110167610db
files mercurial/formatter.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/formatter.py	Fri Mar 30 16:40:25 2018 -0700
+++ b/mercurial/formatter.py	Thu Apr 12 23:24:33 2018 +0900
@@ -160,8 +160,6 @@
     def __init__(self, ui, topic, opts, converter):
         self._ui = ui
         self._topic = topic
-        self._style = opts.get("style")
-        self._template = opts.get("template")
         self._converter = converter
         self._item = None
         # function to convert node to string suitable for this output