diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-01-30 12:00:05 +0000 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-05-02 12:37:32 +0000 |
commit | b046be6858c0a9ea3df48ff77481577226dcd8e8 (patch) | |
tree | 15a2a4844b0d54b0280ed24c7cd3900274d01734 /src/sim/init.hh | |
parent | 8eb84518f15fcef59da90e7ec72e2bc88fb5b59d (diff) | |
download | gem5-b046be6858c0a9ea3df48ff77481577226dcd8e8.tar.xz |
base, sim, dev: Remove SWIG
Remove SWIG guards and SWIG-specific C++ code.
Change-Id: Icaad6720513b6f48153727ef3f70e0dba0df4bee
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Andreas Hansson <andreas.hansson@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/2921
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Tony Gutierrez <anthony.gutierrez@amd.com>
Diffstat (limited to 'src/sim/init.hh')
-rw-r--r-- | src/sim/init.hh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/sim/init.hh b/src/sim/init.hh index ecc4bc347..de6b44de4 100644 --- a/src/sim/init.hh +++ b/src/sim/init.hh @@ -80,18 +80,6 @@ struct EmbeddedPython static int initAll(); }; -struct EmbeddedSwig -{ - void (*initFunc)(); - - std::string context; - - EmbeddedSwig(void (*init_func)(), const std::string& _context); - - static std::list<EmbeddedSwig *> &getList(); - static void initAll(); -}; - class EmbeddedPyBind { public: |