diff --git a/source/types.h b/source/types.h index 265bac3..48d1781 100644 --- a/source/types.h +++ b/source/types.h @@ -26,10 +26,6 @@ typedef struct { char *hostname; char *os_version; int uptime; - cpu_s cpu; - ram_s ram; - disk_s disk; - } device_s;