From 2d12f753c24bcd8fb959e850ea303b0db55e2e9b Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 8 Jan 2010 13:12:27 +0100 Subject: Removed struct dmi_minor. It was not used anywhere. --- src/dmihelper.h | 8 -------- 1 file changed, 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; -- cgit