2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Removed a never used global .generators variable from the Boost Build build/generators.jam module.

[SVN r48602]
This commit is contained in:
Jurko Gospodnetić
2008-09-05 02:47:47 +00:00
parent a632b374d1
commit 6510228855

View File

@@ -679,15 +679,10 @@ class generator
}
.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.