cache: remove drainManager because it's not used
authorAnthony Gutierrez <atgutier@umich.edu>
Tue, 29 Jan 2013 01:19:42 +0000 (20:19 -0500)
committerAnthony Gutierrez <atgutier@umich.edu>
Tue, 29 Jan 2013 01:19:42 +0000 (20:19 -0500)
commitaf0f8b31dbbc105c1a07d94265824cee4bda0c55
tree5b9f39aa91470e9ecf38f4fe4506eb583cceef36
parent25c3e734187c9be14f748864678b808b3c1b118b
cache: remove drainManager because it's not used

the cache drainManager is set but never cleared, this is because
the cache itself does not need to be drained and thus never
triggers a signalDrainDone(). because the drainManager variable
is not used properly and does not appear to be necessary it has
been removed with this patch.
src/mem/cache/base.cc
src/mem/cache/base.hh