replace and remove run_command_v_opt_tr2()
commitd82dbbd849fadd9d61d9489a03b429b6d1413c81
authorRené Scharfe <l.s.r@web.de>
Sun, 30 Oct 2022 11:52:40 +0000 (30 12:52 +0100)
committerTaylor Blau <me@ttaylorr.com>
Sun, 30 Oct 2022 18:04:48 +0000 (30 14:04 -0400)
tree5363081cc9cfa212facf594778e0ee458cbdc8dc
parenteb5b6b57d0e9fba0e50871ece4ea79e76cd61a36
replace and remove run_command_v_opt_tr2()

The convenience function run_command_v_opt_tr2() is only used by a
single caller.  Use struct child_process and run_command() directly
instead and remove the underused function.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
fsmonitor-ipc.c
run-command.c
run-command.h