From 223047045e3d3a0ed8751fd919fe1bf64eb6edca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 4 Sep 2008 17:10:08 +0000 Subject: [PATCH] Removed the unused generators.normalize-target-list() rule from the Boost Build build/generators.jam module. [SVN r48576] --- v2/build/generators.jam | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/v2/build/generators.jam b/v2/build/generators.jam index d6024c22b..30f859cef 100644 --- a/v2/build/generators.jam +++ b/v2/build/generators.jam @@ -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