Major changes to how SimObjects are created and initialized. Almost all
[gem5.git] / src / python / swig / pyobject.hh
index d8efc91496c8ca5a5475090dfb15e5008a3edec5..da609e07e9bd1358400b2a23baea80adb8ce2ce9 100644 (file)
@@ -36,7 +36,6 @@
 #include "sim/sim_object.hh"
 #include "sim/system.hh"
 
-SimObject *createSimObject(const std::string &name);
 extern "C" SimObject *convertSwigSimObjectPtr(PyObject *);
 SimObject *resolveSimObject(const std::string &name);
 void loadIniFile(PyObject *_resolveFunc);