terraform: remove unused function

This commit is contained in:
Mitchell Hashimoto 2014-07-03 11:29:44 -07:00
parent 2b3855d5e2
commit d4591c03cc
1 changed files with 0 additions and 4 deletions

View File

@ -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 {