mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user