summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:43 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-03 17:46:43 +0000
commitec5685716018f00c9e7408af600bfd6989443334 (patch)
treeabd1c62eeb0d2c7e74afa5ada03ae9d044d53113 /libldetect.h
parent799454569d7b3f62d0e93719d298c438812bedf1 (diff)
downloadldetect-ec5685716018f00c9e7408af600bfd6989443334.tar
ldetect-ec5685716018f00c9e7408af600bfd6989443334.tar.gz
ldetect-ec5685716018f00c9e7408af600bfd6989443334.tar.bz2
ldetect-ec5685716018f00c9e7408af600bfd6989443334.tar.xz
ldetect-ec5685716018f00c9e7408af600bfd6989443334.zip
Remove unused fields
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libldetect.h b/libldetect.h
index d4d8a5c..b0beffb 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -75,10 +75,6 @@ extern char *dmidecode_file;
/* hid ************************************************************************/
/******************************************************************************/
struct hid_entry {
- unsigned short vendor; /* PCI vendor id */
- unsigned short product;
- unsigned short version;
-
char *module;
char *text;
};