diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-29 10:16:20 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-29 10:16:20 +0200 |
| commit | 0824d7a1bfdf50e4ab99fd27cc5fc55cb620b1ab (patch) | |
| tree | cd26fd29b88da15f25b3a515a8f489ccee6cd192 | |
| parent | 419000cc0a031e3cf5cf3a96f8f6dee5e5f7fdf5 (diff) | |
vm/gce: fix build
fail
| -rw-r--r-- | vm/gce/gce.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/gce/gce.go b/vm/gce/gce.go index cc2cd62cd..0357fd050 100644 --- a/vm/gce/gce.go +++ b/vm/gce/gce.go @@ -314,7 +314,6 @@ func (inst *instance) Run(timeout time.Duration, stop <-chan bool, command strin } go func() { - retry: select { case <-time.After(timeout): signal(vmimpl.ErrTimeout) |
