summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-01-08 13:12:27 +0100
committerDavid Sommerseth <davids@redhat.com>2010-01-08 13:12:27 +0100
commit2d12f753c24bcd8fb959e850ea303b0db55e2e9b (patch)
treea047235971b9c79025df413ce995d81d551d1f56
parent0769e2e4d553d974af17f41159a010d6959044fc (diff)
downloadpython-dmidecode-2d12f753c24bcd8fb959e850ea303b0db55e2e9b.tar.gz
python-dmidecode-2d12f753c24bcd8fb959e850ea303b0db55e2e9b.tar.xz
python-dmidecode-2d12f753c24bcd8fb959e850ea303b0db55e2e9b.zip
Removed struct dmi_minor. It was not used anywhere.
-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;