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/core.i | |
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/core.i')
-rw-r--r-- | src/python/swig/core.i | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/swig/core.i b/src/python/swig/core.i index 8960fb228..770765ca4 100644 --- a/src/python/swig/core.i +++ b/src/python/swig/core.i @@ -47,7 +47,6 @@ extern const char *compileDate; void setOutputDir(const std::string &dir); void setOutputFile(const std::string &file); -void loadIniFile(PyObject *); void SimStartup(); void doExitCleanup(); |