$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r48602 - trunk/tools/build/v2/build
From: jurko.gospodnetic_at_[hidden]
Date: 2008-09-04 22:47:47
Author: jurko
Date: 2008-09-04 22:47:47 EDT (Thu, 04 Sep 2008)
New Revision: 48602
URL: http://svn.boost.org/trac/boost/changeset/48602
Log:
Removed a never used global .generators variable from the Boost Build build/generators.jam module.
Text files modified:
trunk/tools/build/v2/build/generators.jam | 5 -----
1 files changed, 0 insertions(+), 5 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 22:47:47 EDT (Thu, 04 Sep 2008)
@@ -679,15 +679,10 @@
}
-.generators = ;
-
-
# Registers a new generator instance 'g'.
#
rule register ( g )
{
- .generators += $(g) ;
-
# A generator can produce several targets of the same type. We want unique
# occurrence of that generator in .generators.$(t) in that case, otherwise,
# it will be tried twice and we will get a false ambiguity.