Fix another merge issue
authorRon Dreslinski <rdreslin@umich.edu>
Tue, 10 Oct 2006 06:00:37 +0000 (02:00 -0400)
committerRon Dreslinski <rdreslin@umich.edu>
Tue, 10 Oct 2006 06:00:37 +0000 (02:00 -0400)
--HG--
extra : convert_revision : 2b33da5e8578ea6a8bdd2d89f183c2e6b942b0fc

src/mem/packet.hh

index 426f1442126b509ca1048812b32f5f13fc2638eb..3d43615bfffca498e7fc2a0bcbf01a444f07629c 100644 (file)
@@ -178,9 +178,6 @@ class Packet
         IsUpgrade       = 1 << 9,
         HasData                = 1 << 10
     };
-//For statistics we need max number of commands, hard code it at
-//20 for now.  @todo fix later
-#define NUM_MEM_CMDS 1 << 10
 
   public:
     /** List of all commands associated with a packet. */