From d5524f09ee9e271e4b29875877c78a38fb6cec11 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Tue, 23 Feb 2016 12:18:33 -0800 Subject: [PATCH] move generic function into BaseDoctype --- tldp/doctypes/linuxdoc.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tldp/doctypes/linuxdoc.py b/tldp/doctypes/linuxdoc.py index 7cec80c..a7c5923 100644 --- a/tldp/doctypes/linuxdoc.py +++ b/tldp/doctypes/linuxdoc.py @@ -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