netstar pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=02713d9bc6d72e6afe0866a6601a1f397e8fe62f
commit 02713d9bc6d72e6afe0866a6601a1f397e8fe62f Author: Alastair Poole <nets...@gmail.com> Date: Thu Mar 11 19:09:30 2021 +0000 temperature: Remove dead struct. --- src/modules/temperature/e_mod_tempget.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/modules/temperature/e_mod_tempget.c b/src/modules/temperature/e_mod_tempget.c index a5e30acff..2d87e67a9 100644 --- a/src/modules/temperature/e_mod_tempget.c +++ b/src/modules/temperature/e_mod_tempget.c @@ -591,11 +591,6 @@ _hwmon_update(void) } #endif -typedef struct -{ - int dummy; -} Extn; - #if defined(__OpenBSD__) static Eina_Lock mons_lock; --