diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-12 23:50:22 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-12 23:50:22 -0700 |
commit | 34ca72d16d50586763dbffa01ec7f16b555ac402 (patch) | |
tree | 573408f563cadd0a6bbb28a399e6ef602ceab94e /src/mem | |
parent | 3c4567f2a65e0809d84d85a3fd82a294a1b0cb96 (diff) | |
download | gem5-34ca72d16d50586763dbffa01ec7f16b555ac402.tar.xz |
Get rid of some commented out code.
Diffstat (limited to 'src/mem')
-rw-r--r-- | src/mem/tport.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/tport.cc b/src/mem/tport.cc index f8850df6c..0656f6d82 100644 --- a/src/mem/tport.cc +++ b/src/mem/tport.cc @@ -65,7 +65,6 @@ SimpleTimingPort::recvTiming(PacketPtr pkt) // code to hanldle nacks here, but I'm pretty sure it didn't work // correctly with the drain code, so that would need to be fixed // if we ever added it back. - //assert(pkt->isRequest()); if (pkt->memInhibitAsserted()) { // snooper will supply based on copy of packet |