summaryrefslogtreecommitdiff
path: root/src/mem/cache/tags/iic.hh
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2008-10-23 16:49:13 -0400
committerLisa Hsu <hsul@eecs.umich.edu>2008-10-23 16:49:13 -0400
commit546a6c0c1b6dfc23bac1f74c6adec413931c6608 (patch)
tree339cf1f1ec33b06333d7b4d8adb20f9e1743eaf3 /src/mem/cache/tags/iic.hh
parent7a28ab2d1898153660fbc01413fcfcd30685a987 (diff)
downloadgem5-546a6c0c1b6dfc23bac1f74c6adec413931c6608.tar.xz
probe function no longer used anywhere.
Diffstat (limited to 'src/mem/cache/tags/iic.hh')
-rw-r--r--src/mem/cache/tags/iic.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mem/cache/tags/iic.hh b/src/mem/cache/tags/iic.hh
index c9d080683..0d513cf92 100644
--- a/src/mem/cache/tags/iic.hh
+++ b/src/mem/cache/tags/iic.hh
@@ -385,14 +385,6 @@ class IIC : public BaseTags
}
/**
- * Check for the address in the tagstore.
- * @param asid The address space ID.
- * @param addr The address to find.
- * @return true if it is found.
- */
- bool probe(Addr addr) const;
-
- /**
* Swap the position of two tags.
* @param index1 The first tag location.
* @param index2 The second tag location.