tree: rm unused header.

This commit is contained in:
Alastair Poole 2021-11-03 14:41:16 +00:00
parent 3bad49677a
commit 10abee7ae0
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
#ifndef EVISUM_SYSTEM_H
#define EVISUM_SYSTEM_H
typedef struct _Evisum_System
{
struct
{
int count;
Eina_List *cores;
int freq_min, freq_max;
int temp_min, temp_max;
} cpu;
} Evisum_System;
#endif