2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Remove code for implicit dependencies handling that was accidentally

left when <implicit-dependency> was introduced.


[SVN r20453]
This commit is contained in:
Vladimir Prus
2003-10-22 15:51:26 +00:00
parent d2a9da07a8
commit 9bf8791eab
2 changed files with 0 additions and 30 deletions

View File

@@ -953,21 +953,6 @@ class subvariant-dg
self.other-dg += [ $(d:G=).dg ] ;
}
for local t in $(virtual-targets)
{
local a = [ $(t).action ] ;
if $(a)
{
for local s in [ $(a).sources ]
{
if [ $(s).root ]
{
self.other-dg += [ $(s).dg ] ;
}
}
}
}
self.other-dg = [ sequence.unique $(self.other-dg) ] ;
}

View File

@@ -953,21 +953,6 @@ class subvariant-dg
self.other-dg += [ $(d:G=).dg ] ;
}
for local t in $(virtual-targets)
{
local a = [ $(t).action ] ;
if $(a)
{
for local s in [ $(a).sources ]
{
if [ $(s).root ]
{
self.other-dg += [ $(s).dg ] ;
}
}
}
}
self.other-dg = [ sequence.unique $(self.other-dg) ] ;
}