Message ID | 20251015-ipa-match-by-name-v3-3-11f9c774c7fc@ideasonboard.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
diff --git a/src/ipa/meson.build b/src/ipa/meson.build index 68f64b9a6fa39cceae291a9662bd6048d0e59422..eb7846e47888d4056b81e4a68f1903f134e6a662 100644 --- a/src/ipa/meson.build +++ b/src/ipa/meson.build @@ -24,8 +24,6 @@ subdir('libipa') ipa_sign = files('ipa-sign.sh') -ipa_names = [] - ipa_modules = get_option('ipas') # Tests require the vimc IPA, similar to vimc pipline-handler for their
The 'ipa_names' variable is declared twice. Remove it. Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> --- src/ipa/meson.build | 2 -- 1 file changed, 2 deletions(-)