Skip to content

Commit eed8ecd

Browse files
zhang jiaoshuahkh
authored andcommitted
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>
1 parent 687c5e5 commit eed8ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/ipc/msgque.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ int fill_msgque(struct msgque_data *msgque)
194194

195195
int main(int argc, char **argv)
196196
{
197-
int msg, pid, err;
197+
int err;
198198
struct msgque_data msgque;
199199

200200
if (getuid() != 0)

0 commit comments

Comments
 (0)