From 7bc9c43fe8d59fd37f3c81612192f148dafb965a Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Thu, 6 May 2010 21:22:46 +0200 Subject: [PATCH] DMI: removing useless variable Impact: none Removing useless variable --- com32/gplinclude/dmi/dmi.h | 1 - 1 file changed, 1 deletion(-) diff --git a/com32/gplinclude/dmi/dmi.h b/com32/gplinclude/dmi/dmi.h index dba2229..92cd5f8 100644 --- a/com32/gplinclude/dmi/dmi.h +++ b/com32/gplinclude/dmi/dmi.h @@ -13,7 +13,6 @@ #ifndef DMI_H #define DMI_H #include -#define DMI_BUFFER_SIZE 16 #define MAX_DMI_MEMORY_ITEMS 32 #define MAX_DMI_CACHE_ITEMS 32 #define OEM_STRINGS_SIZE 512 -- 2.7.4