ext: removed SST deprecation notice from SimpleMem

SST SimpleMem will be deprecated in SST 14. PR 396 updated the
bridge to use StandardMem, which is the new memory interface in
SST. This change removes all references to SimpleMem.

Change-Id: I6e4d645317d95ebb610e3dfc93a30d53b91b6b5d
Signed-off-by: Kaustav Goswami <kggoswami@ucdavis.edu>
This commit is contained in:
Kaustav Goswami
2023-10-26 18:46:01 -07:00
committed by Jason Lowe-Power
parent 2c229aa2ff
commit e109076357

View File

@@ -80,7 +80,6 @@
#include <sst/core/component.h>
#include <sst/core/interfaces/stringEvent.h>
#include <sst/core/interfaces/simpleMem.h>
#include <sim/simulate.hh>