Get rid of some commented out code.
authorGabe Black <gblack@eecs.umich.edu>
Mon, 13 Oct 2008 06:50:22 +0000 (23:50 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 13 Oct 2008 06:50:22 +0000 (23:50 -0700)
src/mem/tport.cc

index f8850df6c30ba1e199829b1be4b309edc6e99909..0656f6d829b2a0d6aa9aa263c4f1f6b0928f509d 100644 (file)
@@ -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