summaryrefslogtreecommitdiff
path: root/src/mem/packet.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2007-07-27 12:46:55 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2007-07-27 12:46:55 -0700
commit8705b0799bddef95d9957a03ee7ffb8fbb1bdec7 (patch)
treee88556f685082eded2ccb35a829061e8a6a21e94 /src/mem/packet.hh
parent0cbcb715e0f6f2f7b1338d37e641ef931247748f (diff)
downloadgem5-8705b0799bddef95d9957a03ee7ffb8fbb1bdec7.tar.xz
packet: get rid of unused intersect() function.
--HG-- extra : convert_revision : f0a2947ccc49e0d18bc17a59371fa396d9ebd6c0
Diffstat (limited to 'src/mem/packet.hh')
-rw-r--r--src/mem/packet.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/packet.hh b/src/mem/packet.hh
index c6534d6c9..2b650a51e 100644
--- a/src/mem/packet.hh
+++ b/src/mem/packet.hh
@@ -564,9 +564,6 @@ class Packet : public FastAlloc
/** If there isn't data in the packet, allocate some. */
void allocate();
- /** Do the packet modify the same addresses. */
- bool intersect(PacketPtr p);
-
/**
* Check a functional request against a memory value represented
* by a base/size pair and an associated data array. If the