misc: Delete the now unnecessary create methods.
[gem5.git] / src / mem / simple_mem.hh
index e80c88fd40a2809e517b3973a90ba5a94faffaa4..22b23239aabb6c4ad10de545359a97bbb920a743 100644 (file)
@@ -173,7 +173,7 @@ class SimpleMemory : public AbstractMemory
 
   public:
 
-    SimpleMemory(const SimpleMemoryParams *p);
+    SimpleMemory(const SimpleMemoryParams &p);
 
     DrainState drain() override;