summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dmihelper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index d89c024..55a2843 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -111,14 +111,6 @@ static const dmi_codes_major dmiCodesMajor[] = {
{-1, NULL, NULL, NULL}
};
-typedef struct _dmi_minor {
- long id;
- dmi_codes_major *major;
- char *key;
- char value[MAXVAL];
- struct _dmi_minor *next;
-} dmi_minor;
-
/*** dmiopt.h ***/
typedef struct _options {
const char *devmem;