Commit eed8ecdf authored by zhang jiao's avatar zhang jiao Committed by Shuah Khan
Browse files

selftests/ipc: Remove unused variables

parent 687c5e56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ int fill_msgque(struct msgque_data *msgque)

int main(int argc, char **argv)
{
	int msg, pid, err;
	int err;
	struct msgque_data msgque;

	if (getuid() != 0)