Skip to content

Commit d20b64c

Browse files
removed unnecessary int to remove warning
1 parent f0ddd6c commit d20b64c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/boost/process/detail/posix/wait_group.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ inline bool wait_until(
137137

138138
do
139139
{
140-
int ret_sig = 0;
141140
int status;
142141
if ((::waitpid(timeout_pid, &status, WNOHANG) != 0)
143142
&& (WIFEXITED(status) || WIFSIGNALED(status)))

0 commit comments

Comments
 (0)