t-runner: Remove unnecessary line

This commit is contained in:
Tim Kourt 2016-05-13 14:34:54 -07:00 committed by Denis Kenzior
parent c3213fb95d
commit 3d384b83b7
1 changed files with 0 additions and 1 deletions

View File

@ -618,7 +618,6 @@ static pid_t start_hostapd(const char *config_file, const char *interface_name)
pid = execute_program(argv, false);
if (pid < 0) {
pid = -1;
goto exit;
}