Remove commented-out code

This commit is contained in:
Simon Duquennoy 2015-10-06 15:39:29 +02:00
parent 1634acf2c4
commit f49b161795
4 changed files with 0 additions and 14 deletions

View file

@ -332,14 +332,10 @@ static void
parse_incoming_packet(const uint8_t *buf, int len)
{
int numregs;
/*int flags;*/
int i;
int bufptr;
numregs = buf[MSG_NUMREGS_OFFSET];
/*flags = buf[MSG_FLAGS_OFFSET];*/
/* printf("parse_incoming_packet Numregs %d flags %d\n", numregs, flags);*/
bufptr = MSG_ADDRS_OFFSET;
for(i = 0; i < numregs; ++i) {