base, sim: Add missing destructors
[gem5.git] / src / sim / init.hh
index ecc4bc347956db8ec67d8c18708b224cff5d18bc..de6b44de4f4debd24ab13ed166559624c42e9f34 100644 (file)
@@ -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: