Fix another merge issue

--HG--
extra : convert_revision : 2b33da5e8578ea6a8bdd2d89f183c2e6b942b0fc
This commit is contained in:
Ron Dreslinski 2006-10-10 02:00:37 -04:00
parent a0472af008
commit 89e80ccc20

View 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. */