diff options
-rw-r--r-- | libldetect.h | 4 |
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; }; |