mpsutil: fix set but not used warning

MFC after:	1 week
This commit is contained in:
Alexander Motin 2022-05-09 17:55:47 -04:00
parent e88935ab97
commit 53c184cf06

View file

@ -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");