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.