From 04367932991f1f5a02f2d3689c40cf40f9fe4ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikl=C4=81vs=20Ko=C4=BCes=C5=86ikovs?= <89q1r14hd@relay.firefox.com> Date: Tue, 29 Jun 2021 11:18:45 +0300 Subject: [PATCH] doc/meson.build: pruning of unused find_program() --- doc/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/meson.build b/doc/meson.build index 371e3f33b..2a1e5c968 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -24,11 +24,6 @@ foreach h : module_sources endforeach inputs += meson.source_root() / 'test' / 'pwtest.h' -find = find_program('find', required: false) -if find.found() - -endif - # SPA headers use static inline functions. Doxygen doesn't extract those # unless we have EXTRACT_STATIC set - but we don't want it to extract # everything in the rest of the tree.