Remove redundant assigment (cppcheck recommendation).

This commit is contained in:
Andrew Wood
2026-05-10 19:55:02 +01:00
parent e09976042d
commit d2c183d234
-2
View File
@@ -371,8 +371,6 @@ int pv_main_loop(pvstate_t state)
* The remaining variables are all unchanged by linemode.
*/
input_fd = -1;
output_fd = state->control.output_fd;
if (output_fd < 0)
output_fd = STDOUT_FILENO;