packer/rpc: remove unused cancelCalled field from testBuild{}

This commit is contained in:
Lars Lehtonen
2019-11-04 12:59:55 -08:00
parent 699614b500
commit a3ca0bc2aa
-1
View File
@@ -21,7 +21,6 @@ type testBuild struct {
setDebugCalled bool
setForceCalled bool
setOnErrorCalled bool
cancelCalled bool
errRunResult bool
}