Re: [PATCH v2 18/26] io: make qio_channel_command_new_pid() static

2022-04-26 Thread Richard Henderson
On 4/26/22 02:27, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau The function isn't used outside of qio_channel_command_new_spawn(), which is !win32-specific. Signed-off-by: Marc-André Lureau --- include/io/channel-command.h | 25 - io/channel-command.c

[PATCH v2 18/26] io: make qio_channel_command_new_pid() static

2022-04-26 Thread marcandre . lureau
From: Marc-André Lureau The function isn't used outside of qio_channel_command_new_spawn(), which is !win32-specific. Signed-off-by: Marc-André Lureau --- include/io/channel-command.h | 25 - io/channel-command.c | 26 ++ 2 files changed,