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
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ type testBuild struct {
setDebugCalled bool
setForceCalled bool
setOnErrorCalled bool
cancelCalled bool
errRunResult bool
}