terraform: remove an inaccurate TODO

This commit is contained in:
Mitchell Hashimoto 2014-10-12 09:19:38 -07:00
parent f74a27d75f
commit ac7e494697
1 changed files with 0 additions and 2 deletions

View File

@ -1662,8 +1662,6 @@ func (n *GraphNodeResource) Expand() (*depgraph.Graph, error) {
}
if n.State != nil {
// TODO: orphans
// Add the tainted resources
graphAddTainted(g, n.State)
}