terraform: remove unused function
This commit is contained in:
parent
2b3855d5e2
commit
d4591c03cc
|
@ -26,10 +26,6 @@ func testProviderFuncFixed(rp ResourceProvider) ResourceProviderFactory {
|
|||
}
|
||||
}
|
||||
|
||||
func testProviderMock(p ResourceProvider) *MockResourceProvider {
|
||||
return p.(*MockResourceProvider)
|
||||
}
|
||||
|
||||
// HookRecordApplyOrder is a test hook that records the order of applies
|
||||
// by recording the PreApply event.
|
||||
type HookRecordApplyOrder struct {
|
||||
|
|
Loading…
Reference in New Issue