aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-07-29 10:16:20 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-07-29 10:16:20 +0200
commit0824d7a1bfdf50e4ab99fd27cc5fc55cb620b1ab (patch)
treecd26fd29b88da15f25b3a515a8f489ccee6cd192
parent419000cc0a031e3cf5cf3a96f8f6dee5e5f7fdf5 (diff)
vm/gce: fix build
fail
-rw-r--r--vm/gce/gce.go1
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)