modules/gnome: remove unnecessary type check

This should have been removed when typed_kwargs was added
pull/9900/head
Dylan Baker 3 years ago committed by Eli Schwartz
parent 457fb53ea4
commit 029652ecb5
  1. 3
      mesonbuild/modules/gnome.py

@ -1630,9 +1630,6 @@ class GnomeModule(ExtensionModule):
if kwargs['docbook'] is not None:
docbook = kwargs['docbook']
if not isinstance(docbook, str):
raise MesonException('docbook value must be a string.')
# The docbook output is always ${docbook}-${name_of_xml_file}
output = namebase + '-docbook'
outputs = []

Loading…
Cancel
Save