diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-09-04 23:46:08 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-09-04 23:46:08 -0700 |
commit | 57da0594157058f9d741dd19a4f08830652789f3 (patch) | |
tree | 09c9169cbd57b764b2717107a97ac45ff8bd9982 /src/python/swig/pyobject.hh | |
parent | fea46ee6e3c55e5245f8954a3fa771a6ec3aca84 (diff) | |
parent | 276a3825579e3a88dca6cec5e2af84c68f1194cc (diff) | |
download | gem5-57da0594157058f9d741dd19a4f08830652789f3.tar.xz |
Merge with head.
--HG--
extra : convert_revision : 19bea7995285eeb7e277d3064f427429ade2bcb8
Diffstat (limited to 'src/python/swig/pyobject.hh')
-rw-r--r-- | src/python/swig/pyobject.hh | 2 |
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. |