This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository efl.

View the commit online.

commit eb65ddce35d474bb2e14af791b31d5dc1b872e2c
Author: Vincent Torri <[email protected]>
AuthorDate: Tue Oct 7 08:14:56 2025 +0200

    edje: remove edje_codegen_path as it is used nowhere
---
 src/bin/edje/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/edje/meson.build b/src/bin/edje/meson.build
index 2c320f94a6..2b4119d0f3 100644
--- a/src/bin/edje/meson.build
+++ b/src/bin/edje/meson.build
@@ -93,7 +93,6 @@ edje_codegen = executable('edje_codegen',
 
 if meson.is_cross_build()
   _edje_codegen = find_program('edje_codegen', native: true)
-  edje_codegen_path = _edje_codegen.path()
   edje_codegen_exe = [_edje_codegen]
 else
   edje_codegen_exe = [env, asan_option, 'EFL_RUN_IN_TREE=1', edje_codegen]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to