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

Removed the unused generators.normalize-target-list() rule from the Boost Build build/generators.jam module.

[SVN r48576]
This commit is contained in:
Jurko Gospodnetić
2008-09-04 17:10:08 +00:00
parent 6abb5a13b6
commit 223047045e

View File

@@ -83,17 +83,6 @@ local rule decrease-indent ( )
}
# Takes a vector of 'virtual-target' instances and makes a normalized
# representation, which is the same for given set of targets, regardless of
# their order.
#
rule normalize-target-list ( targets )
{
local v = [ $(targets).get ] ;
$(targets).set $(v[1]) [ sequence.insertion-sort $(v[2-]) : utility.less ] ;
}
# Models a generator.
#
class generator