Major changes to how SimObjects are created and initialized. Almost all
[gem5.git] / src / dev / platform.cc
index b2b8695a7ba09f1afe3e45063aca0a089470cece..c8922432b89830baac3b98d0bfcfb000b9bfa07b 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "base/misc.hh"
 #include "dev/platform.hh"
-#include "sim/builder.hh"
 #include "sim/sim_exit.hh"
 
 using namespace std;
@@ -79,7 +78,3 @@ Platform::registerPciDevice(uint8_t bus, uint8_t dev, uint8_t func, uint8_t intr
 
     intLines.set(intr);
 }
-
-
-DEFINE_SIM_OBJECT_CLASS_NAME("Platform", Platform)
-