Remove unnecessary return

Co-Authored-By: preetapan <preetha@hashicorp.com>
This commit is contained in:
Michael Schurter 2018-10-25 13:40:28 -05:00 committed by GitHub
parent fc7ba5e79d
commit 9ca6c998c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -598,7 +598,6 @@ func (d *QemuDriver) handleWait(ctx context.Context, handle *qemuTaskHandle, ch
select {
case <-ctx.Done():
case <-d.ctx.Done():
return
case ch <- result:
}
}