diff options
author | Burt P <pburt0@gmail.com> | 2019-06-26 22:58:57 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-06-28 07:04:04 -0700 |
commit | 91af75547e7d494a82f8af8d17b4b9acb0af938d (patch) | |
tree | 79937af68b1b37d88bf26dc5865c3aaf15e1c11b /includes | |
parent | 495481a4f2c9b21acb7bcecd793b4b6e9078399a (diff) |
Combine Memory DMI and Memory SPD into "Memory Devices"
Combines the information from DMI and SPD into a single
Memory Devices section.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/devices.h b/includes/devices.h index 71d125fe..ee47283e 100644 --- a/includes/devices.h +++ b/includes/devices.h @@ -86,7 +86,6 @@ extern GHashTable *sensor_compute; extern GHashTable *sensor_labels; extern GModule *cups; -extern gchar *spd_info; extern gchar *dmi_info; extern gchar *dtree_info; |