From 11ee06fbb5f37f05bfa86d55476d5ba997b20dc8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 12 May 2023 07:38:03 -0400 Subject: Remove redundant assignment --- doc/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/meson.build b/doc/meson.build index b3dd5b0..4de3240 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -24,7 +24,6 @@ if not meson.is_subproject() summary('Documentation', build_docs, bool_yn: true, section: 'Configuration') endif -build_docs = doxygen.found() and sphinxygen.found() and sphinx_build.found() if build_docs # Warn if the "official" theme isn't present pymod = import('python') -- cgit v1.2.1