diff --git a/src/sst/core/interfaces/stdMem.h b/src/sst/core/interfaces/stdMem.h index 3cdda6937..c97f26f7d 100644 --- a/src/sst/core/interfaces/stdMem.h +++ b/src/sst/core/interfaces/stdMem.h @@ -513,8 +513,6 @@ class StandardMem : public SubComponent /* Flush an entire cache * Write back dirty data to memory, invalidate data in cache * Response type is FlushResp - * inv = false: Write back dirty data to memory, leave clean data in cache - * inv = true: Write back dirty data to memory, invalidate data in cache */ class FlushCache : public Request {