mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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: zhang jiao <zhangjiao2@cmss.chinamobile.com> Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
687c5e5600
commit
eed8ecdf12
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user