Fix another merge issue
--HG-- extra : convert_revision : 2b33da5e8578ea6a8bdd2d89f183c2e6b942b0fc
This commit is contained in:
parent
a0472af008
commit
89e80ccc20
1 changed files with 0 additions and 3 deletions
|
@ -178,9 +178,6 @@ class Packet
|
||||||
IsUpgrade = 1 << 9,
|
IsUpgrade = 1 << 9,
|
||||||
HasData = 1 << 10
|
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:
|
public:
|
||||||
/** List of all commands associated with a packet. */
|
/** List of all commands associated with a packet. */
|
||||||
|
|
Loading…
Reference in a new issue