remove stale comment

This commit is contained in:
James Bardin 2020-05-29 10:18:33 -04:00
parent 74ae34865d
commit 3dbd6ea3a9
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ func (n *nodeExpandModule) Name() string {
// GraphNodeModulePath implementation
func (n *nodeExpandModule) ModulePath() addrs.Module {
// This node represents the module call within a module,
// so return the CallerAddr as the path as the module
// call may expand into multiple child instances
return n.Addr
}