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