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 70b482ab4e89bea9958016626d9f97672ff35771
Author: Vincent Torri <[email protected]>
AuthorDate: Tue Oct 7 06:41:14 2025 +0200
edje: remove edje_cc_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 4d2a164dde..2c320f94a6 100644
--- a/src/bin/edje/meson.build
+++ b/src/bin/edje/meson.build
@@ -38,7 +38,6 @@ endif
if meson.is_cross_build()
_edje_cc = find_program('edje_cc', native: true)
- edje_cc_path = _edje_cc.path()
edje_cc_exe = [_edje_cc]
edje_depends = []
else
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.