From 5e9425b56247db2d9e9221e8f2fc8a35790873f6 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 14 Oct 2020 14:06:00 -0400 Subject: [PATCH] unreachable --- backend/remote/backend_common.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/remote/backend_common.go b/backend/remote/backend_common.go index e8d31f7c87..2b0ee90831 100644 --- a/backend/remote/backend_common.go +++ b/backend/remote/backend_common.go @@ -328,7 +328,6 @@ func (b *Remote) costEstimate(stopCtx, cancelCtx context.Context, op *backend.Op return fmt.Errorf("Unknown or unexpected cost estimate state: %s", ce.Status) } } - return nil } func (b *Remote) checkPolicy(stopCtx, cancelCtx context.Context, op *backend.Operation, r *tfe.Run) error {