summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dmidecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dmidecode.c b/src/dmidecode.c
index 3900770..e5e4a4b 100644
--- a/src/dmidecode.c
+++ b/src/dmidecode.c
@@ -2140,7 +2140,6 @@ void dmi_oem_strings(xmlNode *node, struct dmi_header *h)
u8 count = p[0x00];
int i;
- dmixml_AddAttribute(node, "dmispec", "3.3.12");
dmixml_AddAttribute(node, "count", "%i", count);
for(i = 1; i <= count; i++) {