Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48576 - trunk/tools/build/v2/build
From: jurko.gospodnetic_at_[hidden]
Date: 2008-09-04 13:10:08


Author: jurko
Date: 2008-09-04 13:10:08 EDT (Thu, 04 Sep 2008)
New Revision: 48576
URL: http://svn.boost.org/trac/boost/changeset/48576

Log:
Removed the unused generators.normalize-target-list() rule from the Boost Build build/generators.jam module.
Text files modified:
   trunk/tools/build/v2/build/generators.jam | 11 -----------
   1 files changed, 0 insertions(+), 11 deletions(-)

Modified: trunk/tools/build/v2/build/generators.jam
==============================================================================
--- trunk/tools/build/v2/build/generators.jam (original)
+++ trunk/tools/build/v2/build/generators.jam 2008-09-04 13:10:08 EDT (Thu, 04 Sep 2008)
@@ -83,17 +83,6 @@
 }
 
 
-# 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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk