Boost logo

Boost-Commit :

From: ghost_at_[hidden]
Date: 2007-12-01 17:31:04


Author: vladimir_prus
Date: 2007-12-01 17:31:04 EST (Sat, 01 Dec 2007)
New Revision: 41557
URL: http://svn.boost.org/trac/boost/changeset/41557

Log:
Remove unused method
Text files modified:
   trunk/tools/build/v2/build/generators.jam | 25 +------------------------
   1 files changed, 1 insertions(+), 24 deletions(-)

Modified: trunk/tools/build/v2/build/generators.jam
==============================================================================
--- trunk/tools/build/v2/build/generators.jam (original)
+++ trunk/tools/build/v2/build/generators.jam 2007-12-01 17:31:04 EST (Sat, 01 Dec 2007)
@@ -903,8 +903,6 @@
     }
 }
 
-
-
 rule construct-types ( project name ? : target-types + :
     property-set : sources + )
 {
@@ -1188,27 +1186,6 @@
     decrease-indent ;
         
     .construct-stack = $(.construct-stack[2-]) ;
-
-
+
     return $(result) ;
 }
-
-# Given 'result', obtained from some generator or
-# generators.construct, adds 'raw-properties' as usage requirements
-# to it. If result already contains usage requirements -- that is
-# the first element of result of an instance of the property-set class,
-# the existing usage requirements and 'raw-properties' are combined.
-rule add-usage-requirements ( result * : raw-properties * )
-{
- if $(result)
- {
- if [ class.is-a $(result[1]) : property-set ]
- {
- return [ $(result[1]).add-raw $(raw-properties) ] $(result[2-]) ;
- }
- else
- {
- return [ property-set.create $(raw-properties) ] $(result) ;
- }
- }
-}


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