helper/schema: remove unused field

This commit is contained in:
Mitchell Hashimoto 2015-01-10 12:50:53 -08:00
parent 361d00347a
commit 3cbcafe989
2 changed files with 7 additions and 9 deletions

View File

@ -22,7 +22,6 @@ type ResourceData struct {
config *terraform.ResourceConfig
state *terraform.InstanceState
diff *terraform.InstanceDiff
diffing bool
// Don't set
multiReader *MultiLevelFieldReader

View File

@ -226,7 +226,6 @@ func (m schemaMap) Diff(
schema: m,
state: s,
config: c,
diffing: true,
}
for k, schema := range m {