packer/rpc: remove unused cancelCalled field from testBuild{}
This commit is contained in:
parent
699614b500
commit
a3ca0bc2aa
|
@ -21,7 +21,6 @@ type testBuild struct {
|
|||
setDebugCalled bool
|
||||
setForceCalled bool
|
||||
setOnErrorCalled bool
|
||||
cancelCalled bool
|
||||
|
||||
errRunResult bool
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue