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:
@@ -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) ] ;
|
||||
}
|
||||
|
||||
|
||||
@@ -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) ] ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user