Skip to content
Snippets Groups Projects
Commit 26d8a94d authored by zhang jiao's avatar zhang jiao Committed by Shuah Khan
Browse files

selftests/ipc: Remove unused variables

Delete variables "msg" and "pid" that have never been used.

Link: https://lore.kernel.org/r/20241202045827.4704-1-zhangjiao2@cmss.chinamobile.com


Signed-off-by: default avatarzhang jiao <zhangjiao2@cmss.chinamobile.com>
Reviewed-by: default avatarMuhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent e9e9bb3a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment