terraform: remove unused function

pull/12/head
Mitchell Hashimoto 12 years ago
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…
Cancel
Save