mem: Remove the cache builder

This patch removes the redundant cache builder class.
This commit is contained in:
Andreas Hansson
2013-06-27 05:49:50 -04:00
parent a0e551869c
commit 0d68d36b9d
5 changed files with 18 additions and 153 deletions

View File

@@ -38,7 +38,6 @@ SimObject('BaseCache.py')
Source('base.cc')
Source('cache.cc')
Source('blk.cc')
Source('builder.cc')
Source('mshr.cc')
Source('mshr_queue.cc')