summaryrefslogtreecommitdiff
path: root/src/python/swig/pyobject.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2007-09-04 13:12:58 -0400
committerAli Saidi <saidi@eecs.umich.edu>2007-09-04 13:12:58 -0400
commit021421d66355dd0c3ebb0728407c3da569ee32e2 (patch)
tree51715aa143d2a794d63617f82c77c5d762586356 /src/python/swig/pyobject.hh
parent9da070ce8a9cf40452b44621808586a5d2c2a189 (diff)
downloadgem5-021421d66355dd0c3ebb0728407c3da569ee32e2.tar.xz
Config: Remove some ini file code that no longer works
--HG-- extra : convert_revision : cb01dc0abeabc97b03d7af10959d92ceb62ea936
Diffstat (limited to 'src/python/swig/pyobject.hh')
-rw-r--r--src/python/swig/pyobject.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/swig/pyobject.hh b/src/python/swig/pyobject.hh
index 8e3a96994..e895be636 100644
--- a/src/python/swig/pyobject.hh
+++ b/src/python/swig/pyobject.hh
@@ -38,8 +38,6 @@
extern "C" SimObject *convertSwigSimObjectPtr(PyObject *);
SimObject *resolveSimObject(const std::string &name);
-void loadIniFile(PyObject *_resolveFunc);
-
/**
* Connect the described MemObject ports. Called from Python via SWIG.