summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
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/dmihelper.h
parent788272fc9a0c027ecfec16ed3e746558cf988c92 (diff)
downloadpython-dmidecode-62ae0e75016b31aa3062f296ed070e0610f0b98f.tar.gz
python-dmidecode-62ae0e75016b31aa3062f296ed070e0610f0b98f.tar.xz
python-dmidecode-62ae0e75016b31aa3062f296ed070e0610f0b98f.zip
Removed some dead code
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r--src/dmihelper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index 82a936d..6dccd94 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -94,10 +94,6 @@ typedef struct _dmi_minor {
struct _dmi_minor *next;
} dmi_minor;
-void dmiAppendData(PyObject * pydata, const int count);
-int dmiSetItem(PyObject * dict, const char *key, const char *format, ...);
-
-//dmi_minor* dmiAppendObject(long code, char const *key, const char *format, ...);
/*** dmiopt.h ***/
struct string_keyword {