From 9956637ce52b476c8ad3cce402d09063e9c0d04f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 21 Jun 2021 15:25:29 +1000 Subject: [PATCH] doc: drop unused variable from meson.build --- doc/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/meson.build b/doc/meson.build index 277880033..603dc353a 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -28,7 +28,6 @@ inputs += meson.source_root() / 'test' / 'pwtest.h' # normal functions. # Because this uses globbing, this target won't rebuild if the headers # change but meh. -spa_header_dirs = [] sed = find_program('sed', required: false) if sed.found() spa_srcdir = meson.source_root() / 'spa' / 'include' / 'spa' @@ -39,7 +38,6 @@ if sed.found() build_by_default: true, output: 'spa', ) - spa_header_dirs += spa_dstdir else spa_strip_static = [] endif