summaryrefslogtreecommitdiffstats
path: root/src/dmidecode.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-03 15:22:23 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-03 15:22:23 +0200
commit62ae0e75016b31aa3062f296ed070e0610f0b98f (patch)
tree9b42cf189fe0ce6c213042cebd0bfa60c6bec49a /src/dmidecode.c
parent788272fc9a0c027ecfec16ed3e746558cf988c92 (diff)
downloadpython-dmidecode-62ae0e75016b31aa3062f296ed070e0610f0b98f.tar.gz
python-dmidecode-62ae0e75016b31aa3062f296ed070e0610f0b98f.tar.xz
python-dmidecode-62ae0e75016b31aa3062f296ed070e0610f0b98f.zip
Removed some dead code
Diffstat (limited to 'src/dmidecode.c')
-rw-r--r--src/dmidecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dmidecode.c b/src/dmidecode.c
index 11dbd50..d2f340f 100644
--- a/src/dmidecode.c
+++ b/src/dmidecode.c
@@ -5004,7 +5004,6 @@ int dump(const char *dumpfile)
free(buf);
//. TODO: Exception
- //dmiSetItem(pydata, "detect", "No SMBIOS nor DMI entry point found, sorry G.");
if(!found)
ret = -1;
}