From ac7e49469713d86e79666549fda8e9893cf755e9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 12 Oct 2014 09:19:38 -0700 Subject: [PATCH] terraform: remove an inaccurate TODO --- terraform/graph.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/terraform/graph.go b/terraform/graph.go index 4a8528090..46df1b4e4 100644 --- a/terraform/graph.go +++ b/terraform/graph.go @@ -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) }