summaryrefslogtreecommitdiff
path: root/src/mem/packet.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2007-06-30 17:51:29 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2007-06-30 17:51:29 -0700
commitd10a843723009ddee79cdbf94a46704df1e5cee6 (patch)
treeb0c094f434e0dd0ca04c4812d671bbddc8a7d85f /src/mem/packet.hh
parentee54ad318a63e868ab10bbc1b714bbb8209a11da (diff)
downloadgem5-d10a843723009ddee79cdbf94a46704df1e5cee6.tar.xz
Get rid of obsolete fixPacket() functions.
Handled by Packet::checkFunctional() now. --HG-- extra : convert_revision : 63642254e2789c80a369ac269f317ec054ffe3c0
Diffstat (limited to 'src/mem/packet.hh')
-rw-r--r--src/mem/packet.hh16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mem/packet.hh b/src/mem/packet.hh
index 10b9f490c..16bc6f458 100644
--- a/src/mem/packet.hh
+++ b/src/mem/packet.hh
@@ -574,22 +574,6 @@ class Packet : public FastAlloc
}
};
-
-
-/** Temporary for backwards compatibility.
- */
-inline
-bool fixPacket(PacketPtr func, PacketPtr timing) {
- return !func->checkFunctional(timing);
-}
-
-/** This function is a wrapper for the fixPacket field that toggles
- * the hasData bit it is used when a response is waiting in the
- * caches, but hasn't been marked as a response yet (so the fixPacket
- * needs to get the correct value for the hasData)
- */
-bool fixDelayedResponsePacket(PacketPtr func, PacketPtr timing);
-
std::ostream & operator<<(std::ostream &o, const Packet &p);
#endif //__MEM_PACKET_HH