Prune dead function.

This function isn't called anymore, so let's get rid of it.
This commit is contained in:
Paddy 2017-03-14 16:38:40 -07:00
parent 630b245770
commit c14fc480ba
1 changed files with 0 additions and 9 deletions

View File

@ -205,15 +205,6 @@ func testAccCheckGoogleProjectHasMoreBindingsThan(pid string, count int) resourc
}
}
func testAccGoogleProjectImportExisting(pid string) string {
return fmt.Sprintf(`
resource "google_project" "acceptance" {
project_id = "%s"
}
`, pid)
}
func testAccGoogleProject_toMerge(pid, name, org string) string {
return fmt.Sprintf(`
resource "google_project" "acceptance" {