Revert "add backend.Operation.StateLocker"

This reverts commit d3f7edeb27.
This commit is contained in:
James Bardin 2018-02-23 11:31:12 -05:00
parent 1d9adc3b72
commit 626c5ed672
1 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,6 @@ import (
"errors"
"time"
"github.com/hashicorp/terraform/command/clistate"
"github.com/hashicorp/terraform/config/module"
"github.com/hashicorp/terraform/state"
"github.com/hashicorp/terraform/terraform"
@ -136,10 +135,6 @@ type Operation struct {
// state.Lockers for its duration, and Unlock when complete.
LockState bool
// StateLocker is used to lock the state while providing UI feedback to the
// user. This will be supplied by the Backend itself.
StateLocker clistate.Locker
// The duration to retry obtaining a State lock.
StateLockTimeout time.Duration