move generic function into BaseDoctype

This commit is contained in:
Martin A. Brown 2016-02-23 12:18:33 -08:00
parent 80011bcf9d
commit d5524f09ee
1 changed files with 0 additions and 7 deletions

View File

@ -39,13 +39,6 @@ class Linuxdoc(BaseDoctype, SignatureChecker):
'create_indexhtml',
]
def build_precheck(self):
for tool, validator in self.required.items():
thing = getattr(self.config, tool, None)
assert thing is not None
assert validator(thing)
return True
def create_txt(self):
exe = self.config.linuxdoc_html2text
inf = self.output.name_htmls