temperature: Remove dead struct.

This commit is contained in:
Alastair Poole 2021-03-11 19:09:30 +00:00
parent 5d19ae6a5b
commit 02713d9bc6
1 changed files with 0 additions and 5 deletions

View File

@ -591,11 +591,6 @@ _hwmon_update(void)
}
#endif
typedef struct
{
int dummy;
} Extn;
#if defined(__OpenBSD__)
static Eina_Lock mons_lock;