mem: Remove unused cache squash functionality

Tidying up.
This commit is contained in:
Andreas Hansson
2015-08-21 07:03:24 -04:00
parent ddfa96cf45
commit bda79817c8
2 changed files with 0 additions and 29 deletions

View File

@@ -342,13 +342,6 @@ class Cache : public BaseCache
*/
bool invalidateVisitor(CacheBlk &blk);
/**
* Squash all requests associated with specified thread.
* intended for use by I-cache.
* @param threadNum The thread to squash.
*/
void squash(int threadNum);
/**
* Generate an appropriate downstream bus request packet for the
* given parameters.