diff options
Diffstat (limited to 'src/mem/packet.hh')
-rw-r--r-- | src/mem/packet.hh | 3 |
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 |