mpsutil: fix set but not used warning
MFC after: 1 week
This commit is contained in:
parent
e88935ab97
commit
53c184cf06
@ -136,11 +136,9 @@ print_sgl(char *buf, int offset, int numframes)
|
||||
{
|
||||
MPI2_SGE_SIMPLE64 *sge;
|
||||
MPI2_SGE_CHAIN_UNION *sgc;
|
||||
MPI2_REQUEST_HEADER *req;
|
||||
u_int i = 0, flags;
|
||||
char *frame, tmpbuf[128];
|
||||
|
||||
req = (MPI2_REQUEST_HEADER *)buf;
|
||||
frame = (char *)buf;
|
||||
sge = (MPI2_SGE_SIMPLE64 *)&frame[offset * 4];
|
||||
printf("SGL for command\n");
|
||||
|
Loading…
Reference in New Issue
Block a user