[v3,3/4] ipa: meson.build: Remove duplicated variable
diff mbox series

Message ID 20251015-ipa-match-by-name-v3-3-11f9c774c7fc@ideasonboard.com
State Accepted
Headers show
Series
  • ipa: Allow IPA creation by name
Related show

Commit Message

Jacopo Mondi Oct. 15, 2025, 3:55 p.m. UTC
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(-)

Comments

Niklas Söderlund Oct. 16, 2025, 6:36 p.m. UTC | #1
Hello Jacopo,

Thanks for your patch.

On 2025-10-15 17:55:26 +0200, Jacopo Mondi wrote:
> The 'ipa_names' variable is declared twice. Remove it.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
>  src/ipa/meson.build | 2 --
>  1 file changed, 2 deletions(-)
> 
> 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
> 
> -- 
> 2.51.0
>
Pőcze Barnabás Oct. 17, 2025, 7:36 a.m. UTC | #2
2025. 10. 15. 17:55 keltezéssel, Jacopo Mondi írta:
> The 'ipa_names' variable is declared twice. Remove it.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
> ---

Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>


>   src/ipa/meson.build | 2 --
>   1 file changed, 2 deletions(-)
> 
> 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
> 
> --
> 2.51.0
>

Patch
diff mbox series

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